Skip to content

Commit 0236b6c

Browse files
authored
Remove trailing whitespace (pointfreeco#33)
1 parent 29b0593 commit 0236b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PerceptionTests/PerceptionTrackingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class PerceptionTrackingTests: XCTestCase {
1616
XCTAssertEqual(model.count2, 0)
1717
self.wait(for: [expectation], timeout: 0)
1818
}
19-
19+
2020
func testMutateNonAccessedField() {
2121
let model = Model()
2222
withPerceptionTracking {

0 commit comments

Comments
 (0)