Skip to content

Commit 4b7fa6b

Browse files
committed
Add space
1 parent 6589627 commit 4b7fa6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reline/windows.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def call(*args)
170170

171171
@@output = STDOUT
172172

173-
def self.msys_tty?(io=@@hConsoleInputHandle)
173+
def self.msys_tty?(io = @@hConsoleInputHandle)
174174
# check if fd is a pipe
175175
if @@GetFileType.call(io) != FILE_TYPE_PIPE
176176
return false

0 commit comments

Comments
 (0)