Skip to content

Commit 1f4c5c8

Browse files
committed
chore: Fix lint that CI wants one way, and local install wants a different way. CI will have to win on this one for now.
1 parent 67011b5 commit 1f4c5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DispatchAsync/DispatchSemaphore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ public class DispatchSemaphore: @unchecked Sendable {
7171
@available(macOS 10.15, *)
7272
typealias DispatchSemaphore = AsyncSemaphore
7373

74-
#endif // #if os(WASI)
74+
#endif // #if os(WASI)

0 commit comments

Comments
 (0)