Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f4b36f8

Browse files
committed
Whitespace
1 parent 54618bc commit f4b36f8

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Sources/swift-doc/Supporting Types/Pages/GlobalPage.swift

+11-12
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,15 @@ struct GlobalPage: Page {
4343
description = "Global"
4444
}
4545

46-
47-
return #"""
48-
<h1>
49-
<small>\#(description)</small>
50-
<span class="name">\#(softbreak(name))</span>
51-
</h1>
52-
53-
\#(symbols.map { symbol in
54-
Documentation(for: symbol, in: module).html
55-
})
56-
"""#
57-
}
46+
return #"""
47+
<h1>
48+
<small>\#(description)</small>
49+
<span class="name">\#(softbreak(name))</span>
50+
</h1>
51+
52+
\#(symbols.map { symbol in
53+
Documentation(for: symbol, in: module).html
54+
})
55+
"""#
56+
}
5857
}

0 commit comments

Comments
 (0)