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 ca7aeb7 commit 999f0e2Copy full SHA for 999f0e2
Sources/SwiftlyCore/SwiftlyCore.swift
@@ -45,7 +45,7 @@ public protocol InputProvider {
45
public var inputProvider: (any InputProvider)?
46
47
public func readLine(prompt: String) -> String? {
48
- print(prompt, terminator: ": ")
+ print(prompt, terminator: ": \n")
49
guard let provider = SwiftlyCore.inputProvider else {
50
return Swift.readLine(strippingNewline: true)
51
}
0 commit comments