Skip to content

Commit 967f3a6

Browse files
mtortonesiandrykonchin
authored andcommitted
Slight code style change upon @ioquatix's suggestion.
1 parent 7e8b4ac commit 967f3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/truffle/coverage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def self.supported?(mode)
1818
def self.start(*arguments, **options)
1919
# We have to track if the :lines option was provided, as that calls for a
2020
# different result format
21-
@lines = true if options[:lines]
21+
@lines = !!options[:lines]
2222
Truffle::Coverage.enable
2323
end
2424

0 commit comments

Comments
 (0)