Skip to content

Commit b78cf04

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 34a57f2 commit b78cf04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ let package = Package(
157157
)
158158

159159
if ProcessInfo.processInfo.environment["SPI_GENERATE_DOCS"] != nil
160-
|| ProcessInfo.processInfo.environment["CI"] != nil
161-
// NB: For local testing in Xcode:
160+
|| ProcessInfo.processInfo.environment["CI"] != nil// NB: For local testing in Xcode:
162161
// || true
163162
{
164163
package.traits.insert(

0 commit comments

Comments
 (0)