Skip to content

Commit 3ae2784

Browse files
Fix indentation
1 parent 92e0ca2 commit 3ae2784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftFormatPerformanceTests/WhitespaceLinterPerformanceTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import XCTest
77
final class WhitespaceLinterPerformanceTests: DiagnosingTestCase {
88
func testWhitespaceLinterPerformance() {
99
#if os(Windows)
10-
// https://github.com/swiftlang/swift-format/issues/939
11-
throw XCTSkip("This test is flaky on Windows")
10+
// https://github.com/swiftlang/swift-format/issues/939
11+
throw XCTSkip("This test is flaky on Windows")
1212
#endif
1313
let input = String(
1414
repeating: """

0 commit comments

Comments
 (0)