Skip to content

Commit e9c069d

Browse files
Fix indentation
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
1 parent e91c83f commit e9c069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/PullDiagnosticsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ final class PullDiagnosticsTests: XCTestCase {
6161
}
6262

6363
guard case .full(let fullReport) = report else {
64-
XCTFail("Unexpected diagnostics report type: \(report)")
64+
XCTFail("Unexpected diagnostics report type: \(report)")
6565
}
6666

6767
return fullReport.items

0 commit comments

Comments
 (0)