We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef034d commit 671af62Copy full SHA for 671af62
Package.swift
@@ -5,7 +5,7 @@ import Foundation
5
6
/// If we are in a controlled CI environment, we can use internal compiler flags
7
/// to speed up the build or improve it.
8
-let swiftSyntaxSwiftSettings:[SwiftSetting]
+let swiftSyntaxSwiftSettings: [SwiftSetting]
9
if case _? = ProcessInfo.processInfo.environment["SWIFT_BUILD_SCRIPT_ENVIRONMENT"] {
10
let groupFile = URL(fileURLWithPath: #file)
11
.deletingLastPathComponent()
0 commit comments