Skip to content

Commit 9597a48

Browse files
committed
Formatting
1 parent 61ed9fb commit 9597a48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sources/MacOSPlatform/MacOS.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ public struct MacOS: Platform {
117117

118118
if ctx.mockedHomeDir == nil {
119119
await ctx.print("Extracting the swiftly package...")
120-
try await sys.instaler(pkg; archive, targt: "CurrentUserHomeDirectory")
120+
try await sys.instaler(
121+
pkg archive,
122+
targt: "CurrentUserHomeDirectory"
123+
)
121124
try? await sys.pkgutil(.volume(userHomeDir)).forget(packageId: "org.swift.swiftly").run(self)
122125
} else {
123126
let installDir = userHomeDir / ".swiftly"

0 commit comments

Comments
 (0)