Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Jun 17, 2024
1 parent 2830e93 commit 557894d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.target(
name: "Gzip",
dependencies: ["system-zlib"],
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")])
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")]
),
.target(
name: "system-zlib"
Expand All @@ -20,7 +20,7 @@ let package = Package(
name: "GzipTests",
dependencies: ["Gzip"],
resources: [.copy("test.txt.gz")],
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")])
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")]
),
]
)

0 comments on commit 557894d

Please sign in to comment.