Skip to content

Commit ce411e0

Browse files
John ButeJohn Bute
authored andcommitted
fixed formatting issues
1 parent 1553027 commit ce411e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/Swiftly/Init.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,11 @@ internal struct Init: SwiftlyCommand {
201201
profileHome = confDir.appendingPathComponent("swiftly.fish", isDirectory: false)
202202
} else {
203203
let confDir = userHome.appendingPathComponent(
204-
".config/fish/conf.d", isDirectory: true)
204+
".config/fish/conf.d", isDirectory: true
205+
)
205206
try FileManager.default.createDirectory(
206-
at: confDir, withIntermediateDirectories: true)
207+
at: confDir, withIntermediateDirectories: true
208+
)
207209
profileHome = confDir.appendingPathComponent("swiftly.fish", isDirectory: false)
208210
}
209211
} else {

0 commit comments

Comments
 (0)