We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e60b2e commit 71197aeCopy full SHA for 71197ae
Sources/swift-format/Utilities/TTY.swift
@@ -11,6 +11,9 @@
11
//===----------------------------------------------------------------------===//
12
13
import Foundation
14
+#if canImport(Android)
15
+import Android
16
+#endif
17
18
/// Returns a value indicating whether or not the stream is a TTY.
19
func isTTY(_ fileHandle: FileHandle) -> Bool {
0 commit comments