Skip to content

Commit f89f148

Browse files
authored
Apply suggestions from code review
Undo formatting changes
1 parent 6742ed1 commit f89f148

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Package.swift

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import PackageDescription
1919
let swiftSettings: [SwiftSetting] = [
2020
// https://github.com/apple/swift-evolution/blob/main/proposals/0335-existential-any.md
2121
// Require `any` for existential types.
22-
.enableUpcomingFeature("ExistentialAny"), .enableExperimentalFeature("StrictConcurrency=complete"),
22+
.enableUpcomingFeature("ExistentialAny"),
23+
.enableExperimentalFeature("StrictConcurrency=complete"),
2324
]
2425

2526
let package = Package(
@@ -62,4 +63,5 @@ for target in package.targets {
6263
case .macro, .plugin, .system, .binary: () // not applicable
6364
@unknown default: () // we don't know what to do here, do nothing
6465
}
65-
}// --- END: STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //
66+
}
67+
// --- END: STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //

0 commit comments

Comments
 (0)