Skip to content

Commit 2b79980

Browse files
committed
Format source code
1 parent 108c975 commit 2b79980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/SwiftlyCore/SwiftlyCore.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ public func readLine(prompt: String) -> String? {
5353
}
5454

5555
#if arch(x86_64)
56-
public let cpuArch = "x86_64"
56+
public let cpuArch = "x86_64"
5757
#elseif arch(arm64)
58-
public let cpuArch = "aarch64"
58+
public let cpuArch = "aarch64"
5959
#else
60-
#error("Unsupported processor architecture")
60+
#error("Unsupported processor architecture")
6161
#endif

0 commit comments

Comments
 (0)