Skip to content

Commit 97a5f06

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 2e92b02 commit 97a5f06

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Tests/SwiftNavigationTests/TextStateTests.swift

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ final class TextStateTests: XCTestCase {
7373
)
7474
}
7575

76-
@available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
77-
func testTextStateLocalizedStringResource() {
78-
var dump = ""
79-
let resource = LocalizedStringResource("hello.world", defaultValue: "Hello, world!")
80-
customDump(TextState(resource), to: &dump)
81-
XCTAssertEqual(
82-
dump,
83-
"""
84-
"Hello, world!"
85-
"""
86-
)
87-
}
76+
@available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
77+
func testTextStateLocalizedStringResource() {
78+
var dump = ""
79+
let resource = LocalizedStringResource("hello.world", defaultValue: "Hello, world!")
80+
customDump(TextState(resource), to: &dump)
81+
XCTAssertEqual(
82+
dump,
83+
"""
84+
"Hello, world!"
85+
"""
86+
)
87+
}
8888
#endif
8989
}

0 commit comments

Comments
 (0)