Skip to content

Commit 37c6312

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 4449bc2 commit 37c6312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/TextState.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public struct TextState: Equatable, Hashable {
7979
return lhs == rhs
8080

8181
case let (.localized(key, tableName, bundle, comment), .verbatim(string)),
82-
let (.verbatim(string), .localized(key, tableName, bundle, comment)):
82+
let (.verbatim(string), .localized(key, tableName, bundle, comment)):
8383
return key.formatted(tableName: tableName, bundle: bundle, comment: comment) == string
8484

8585
// NB: We do not attempt to equate concatenated cases.

0 commit comments

Comments
 (0)