Skip to content

Commit 561bf6a

Browse files
committed
fix:lint
1 parent b4d627d commit 561bf6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/CodeEditSourceEditorTests/Highlighting/StyledRangeContainerTests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ final class StyledRangeContainerTests: XCTestCase {
1111

1212
// Have to do string conversion due to missing Comparable conformance pre-macOS 14
1313
XCTAssertEqual(store._storage.keys.sorted(), providers)
14-
XCTAssert(store._storage.values.allSatisfy({ $0.store.length == 100 }), "One or more providers have incorrect length")
14+
XCTAssert(
15+
store._storage.values.allSatisfy({ $0.store.length == 100 }),
16+
"One or more providers have incorrect length"
17+
)
1518
}
1619

1720
@MainActor

0 commit comments

Comments
 (0)