Skip to content

Commit 1fd3f06

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 15747c4 commit 1fd3f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NonEmpty/NonEmpty.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extension NonEmpty: Comparable where Collection: Comparable {
8585
}
8686

8787
#if canImport(_Concurrency) && compiler(>=5.5)
88-
extension NonEmpty: Sendable where Collection: Sendable {}
88+
extension NonEmpty: Sendable where Collection: Sendable {}
8989
#endif
9090

9191
extension NonEmpty: Encodable where Collection: Encodable {

0 commit comments

Comments
 (0)