Skip to content

Commit fd4f611

Browse files
committed
Fix format
1 parent e211508 commit fd4f611

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/NimbleTests/AsynchronousTest.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ final class AsyncTest: XCTestCase {
251251
}
252252

253253
func testToNeverPositiveMatches() {
254-
255254
var value = 0
256255
deferToMainQueue { value = 1 }
257256
expect { value }.toNever(beGreaterThan(1))
@@ -261,7 +260,6 @@ final class AsyncTest: XCTestCase {
261260
}
262261

263262
func testToNeverNegativeMatches() {
264-
265263
var value = 0
266264
failsWithErrorMessage("expected to never equal <0>, got <0>") {
267265
expect { value }.toNever(equal(0))

0 commit comments

Comments
 (0)