Skip to content

Commit 1bb071b

Browse files
committed
Add space
1 parent 0c7cc7b commit 1bb071b

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
@@ -168,7 +168,7 @@ def call(*args)
168168
@@input_buf = []
169169
@@output_buf = []
170170

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

0 commit comments

Comments
 (0)