Skip to content

Commit ef1d407

Browse files
committed
Remove indent
1 parent f4d6942 commit ef1d407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Nimble/DSL+Wait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal class NMBWait: NSObject {
2424
// Using a throwable closure makes this method not objc compatible.
2525
internal class func throwableUntil(
2626
timeout timeout: NSTimeInterval,
27-
file: FileString = #file,
27+
file: FileString = #file,
2828
line: UInt = #line,
2929
action: (() -> Void) throws -> Void) -> Void {
3030
let awaiter = NimbleEnvironment.activeInstance.awaiter

0 commit comments

Comments
 (0)