Skip to content

Commit cc6c387

Browse files
committed
chore: See if this address weird lint issue popping up in CI.
1 parent 29589c5 commit cc6c387

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ let package = Package(
1111
)
1212
],
1313
targets: [
14-
.target(
15-
name: "DispatchAsync",
16-
),
14+
.target(name: "DispatchAsync"),
1715
.testTarget(
1816
name: "DispatchAsyncTests",
1917
dependencies: [

0 commit comments

Comments
 (0)