Skip to content

Commit

Permalink
[ruby/reline] Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta authored and matzbot committed Dec 20, 2021
1 parent 2a8ff60 commit cf508d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/windows.rb
Expand Up @@ -170,7 +170,7 @@ def call(*args)

@@output = STDOUT

def self.msys_tty?(io=@@hConsoleInputHandle)
def self.msys_tty?(io = @@hConsoleInputHandle)
# check if fd is a pipe
if @@GetFileType.call(io) != FILE_TYPE_PIPE
return false
Expand Down

0 comments on commit cf508d4

Please sign in to comment.