Lint
This commit is contained in:
parent
bb0a3a80c4
commit
eb0aa2105c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class FormatStaged
|
|||
@write = write
|
||||
@verbose = verbose
|
||||
|
||||
String.disable_colorization = !(color_output || STDOUT.isatty)
|
||||
String.disable_colorization = !(color_output || $stdout.isatty)
|
||||
end
|
||||
|
||||
def run
|
||||
|
|
Loading…
Add table
Reference in a new issue