Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and github-actions[bot] committed Feb 24, 2023
1 parent 15747c4 commit 1fd3f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NonEmpty/NonEmpty.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ extension NonEmpty: Comparable where Collection: Comparable {
}

#if canImport(_Concurrency) && compiler(>=5.5)
extension NonEmpty: Sendable where Collection: Sendable {}
extension NonEmpty: Sendable where Collection: Sendable {}
#endif

extension NonEmpty: Encodable where Collection: Encodable {
Expand Down

0 comments on commit 1fd3f06

Please sign in to comment.