Skip to content

Commit b49c6e2

Browse files
author
Jesse Haigh
committed
remove trailing comma
1 parent fbe197e commit b49c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/Model/Rendering/RenderContentCompiler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct RenderContentCompiler: MarkupVisitor {
5959
wrap: 0, // default value
6060
highlight: [Int](), // default value
6161
strikeout: [Int](), // default value
62-
showLineNumbers: false, // default value
62+
showLineNumbers: false // default value
6363
)
6464

6565
// apply code block options

0 commit comments

Comments
 (0)