Skip to content

Commit 01315bc

Browse files
committed
Fix indentation. NFC
1 parent 06a380c commit 01315bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Sources/XCTest/XCTAssert.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ private enum _XCTAssertionResult {
5252
case UnexpectedFailure(ErrorType)
5353

5454
var expected: Bool {
55-
switch (self) {
56-
case .UnexpectedFailure(_):
57-
return false
58-
default:
59-
return true
60-
}
55+
switch (self) {
56+
case .UnexpectedFailure(_):
57+
return false
58+
default:
59+
return true
60+
}
6161
}
6262

6363
func failureDescription(assertion: _XCTAssertion) -> String {

0 commit comments

Comments
 (0)