Skip to content

Commit c9e0f70

Browse files
committed
Fix format
1 parent 3f5bfd4 commit c9e0f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ end
123123
# link checking. Inn production we replace this by running the LaTeX build.
124124
write(joinpath(@__DIR__, "src", "MathOptInterface.pdf"), "")
125125

126-
DocMeta.setdocmeta!(
126+
Documenter.DocMeta.setdocmeta!(
127127
MathOptInterface,
128128
:DocTestSetup,
129129
:(import MathOptInterface as MOI);
130-
recursive=true,
130+
recursive = true,
131131
)
132132

133133
@time Documenter.makedocs(

0 commit comments

Comments
 (0)