Skip to content

Commit 124821b

Browse files
committed
Fix Linux compile error in Config
1 parent 9580360 commit 124821b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swiftly/Config.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct Config: Codable, Equatable {
5454
#if os(macOS)
5555
let systemToolchains: [ToolchainVersion] = [.xcodeVersion]
5656
#else
57-
let systemToolchains = []
57+
let systemToolchains: [ToolchainVersion] = []
5858
#endif
5959

6060
guard let selector else {

0 commit comments

Comments
 (0)