Skip to content

Commit b9dedb5

Browse files
committed
formatting
1 parent 3fa1bc4 commit b9dedb5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/MultiDocumenter.jl

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,13 @@ end
499499

500500
struct SymlinkOnWindowsError <: Exception end
501501
function Base.showerror(io::IO, err::SymlinkOnWindowsError)
502-
print(io, """
503-
SymlinkOnWindowsError: this builds requires symlinks, but these are not properly supported in Windows
504-
You can still run the build interactively for debugging/testing (i.e. in the REPL), but the
505-
build will not exactly match the full build.""")
502+
print(
503+
io,
504+
"""
505+
SymlinkOnWindowsError: this builds requires symlinks, but these are not properly supported in Windows
506+
You can still run the build interactively for debugging/testing (i.e. in the REPL), but the
507+
build will not exactly match the full build.""",
508+
)
506509
print(io, err.msg)
507510
end
508511

0 commit comments

Comments
 (0)