Skip to content

Commit d0e828f

Browse files
Format .jl files (#36)
Co-authored-by: TheCedarPrince <[email protected]>
1 parent 35286dc commit d0e828f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ makedocs(;
1313
canonical = "https://JuliaHealth.github.io/HealthBase.jl",
1414
assets = String[],
1515
),
16-
pages = ["Home" => "index.md",
17-
"Workflow Guides" => ["observational_template_workflow.md"],
18-
"API" => "api.md"],
16+
pages = [
17+
"Home" => "index.md",
18+
"Workflow Guides" => ["observational_template_workflow.md"],
19+
"API" => "api.md",
20+
],
1921
# TODO: Update and configure doctests before next release
2022
# TODO: Add doctests to testing suite
2123
doctest = false,

test/drwatsonext.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ quickactivate(path)
1717

1818
@test corpusdir() == abspath("data", "corpus")
1919
@test corpusdir("sample") == abspath("data", "corpus", "sample")
20-
@test corpusdir("sample", "text.txt") ==
21-
abspath("data", "corpus", "sample", "text.txt")
20+
@test corpusdir("sample", "text.txt") == abspath("data", "corpus", "sample", "text.txt")
2221

2322
@test modelsdir() == abspath("data", "models")
2423
@test modelsdir("model.gguf") == abspath("data", "models", "model.gguf")

0 commit comments

Comments
 (0)