Skip to content

Commit a02c632

Browse files
committed
Change Android conditional to #if os(Android)
1 parent 71197ae commit a02c632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-format/Utilities/TTY.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import Foundation
14-
#if canImport(Android)
14+
#if os(Android)
1515
import Android
1616
#endif
1717

0 commit comments

Comments
 (0)