Skip to content

Commit e0f34a7

Browse files
committed
Adjusted code indenting.
1 parent 17a2b03 commit e0f34a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/XCTest/XCTestMain.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
//
1414

1515
#if os(Linux) || os(FreeBSD)
16-
import Glibc
17-
import Foundation
16+
import Glibc
17+
import Foundation
1818
#else
19-
import Darwin
20-
import SwiftFoundation
19+
import Darwin
20+
import SwiftFoundation
2121
#endif
2222

2323
internal func XCTPrint(message: String) {

0 commit comments

Comments
 (0)