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

Commit 7435d74

Browse files
committed
Make indentation consistent
1 parent f31332b commit 7435d74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/swift-doc/Subcommands/Generate.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ extension SwiftDoc {
150150
}
151151

152152
if case .html = format {
153-
let cssData = css.data(using: .utf8)!
154-
let cssURL = outputDirectoryURL.appendingPathComponent("all.css")
155-
try writeFile(cssData, to: cssURL)
153+
let cssData = css.data(using: .utf8)!
154+
let cssURL = outputDirectoryURL.appendingPathComponent("all.css")
155+
try writeFile(cssData, to: cssURL)
156156
}
157157

158158
} catch {

0 commit comments

Comments
 (0)