Skip to content

Commit dd8322f

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 8b38279 commit dd8322f

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["GITHUB_ACTION"] != nil
161-
// || true // NB: Uncomment for local testing in Xcode
160+
|| ProcessInfo.processInfo.environment["GITHUB_ACTION"] != nil// || true // NB: Uncomment for local testing in Xcode
162161
{
163162
package.traits.insert(
164163
.default(

0 commit comments

Comments
 (0)