Skip to content

Commit cef2b3f

Browse files
committed
Whitespace tweaks
1 parent cfee3f0 commit cef2b3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Nimble/AsynchronousTest.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AsyncTest: XCTestCase, XCTestCaseProvider {
2323
("testToEventuallyMustBeInMainThread", testToEventuallyMustBeInMainThread),
2424
]
2525
}
26-
26+
2727
let errorToThrow = NSError(domain: NSInternalInconsistencyException, code: 42, userInfo: nil)
2828

2929
private func doThrowError() throws -> Int {
@@ -197,3 +197,4 @@ class AsyncTest: XCTestCase, XCTestCaseProvider {
197197
}
198198
}
199199
#endif
200+

0 commit comments

Comments
 (0)