Skip to content

Commit d978f74

Browse files
Merge pull request #503 from ChrisRackauckas-Claude/fix-ci-formatting-issues
Fix Runic formatting in docs/make.jl
2 parents 67743af + 8b6727f commit d978f74

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ makedocs(
2727
"Manual" => "manual.md",
2828
"Smooth arc length interpolation" => "arclength_interpolation.md",
2929
"Inverting Integrals" => "inverting_integrals.md",
30-
"clarification.md"
31-
])
30+
"clarification.md",
31+
]
32+
)
3233

3334
deploydocs(repo = "github.com/SciML/DataInterpolations.jl"; push_preview = true)

0 commit comments

Comments
 (0)