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

Commit

Permalink
Make indentation consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jun 1, 2021
1 parent f31332b commit 7435d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/swift-doc/Subcommands/Generate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ extension SwiftDoc {
}

if case .html = format {
let cssData = css.data(using: .utf8)!
let cssURL = outputDirectoryURL.appendingPathComponent("all.css")
try writeFile(cssData, to: cssURL)
let cssData = css.data(using: .utf8)!
let cssURL = outputDirectoryURL.appendingPathComponent("all.css")
try writeFile(cssData, to: cssURL)
}

} catch {
Expand Down

0 comments on commit 7435d74

Please sign in to comment.