Skip to content

Commit

Permalink
Fix up new rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Dec 8, 2023
1 parent f4c1c08 commit f63d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/formatter/ansicolor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'cucumber/platform'
require 'cucumber/term/ansicolor'

Cucumber::Term::ANSIColor.coloring = false if !$stdout.tty?
Cucumber::Term::ANSIColor.coloring = false unless $stdout.tty?

module Cucumber
module Formatter
Expand Down

0 comments on commit f63d219

Please sign in to comment.