Skip to content

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti authored and github-actions[bot] committed Feb 3, 2024
1 parent 7315364 commit 534716e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
13 changes: 5 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using QuantumESPRESSO
using Documenter

DocMeta.setdocmeta!(QuantumESPRESSO, :DocTestSetup, :(using QuantumESPRESSO); recursive=true)
DocMeta.setdocmeta!(
QuantumESPRESSO, :DocTestSetup, :(using QuantumESPRESSO); recursive=true
)

makedocs(;
modules=[QuantumESPRESSO],
Expand All @@ -14,12 +16,7 @@ makedocs(;
edit_link="main",
assets=String[],
),
pages=[
"Home" => "index.md",
],
pages=["Home" => "index.md"],
)

deploydocs(;
repo="github.com/MineralsCloud/QuantumESPRESSO.jl",
devbranch="main",
)
deploydocs(; repo="github.com/MineralsCloud/QuantumESPRESSO.jl", devbranch="main")
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using QuantumESPRESSO
using Test

@testset "QuantumESPRESSO.jl" begin
end
@testset "QuantumESPRESSO.jl" begin end

0 comments on commit 534716e

Please sign in to comment.