Skip to content

Commit c299364

Browse files
committed
Another parenthesis with no arguments!
1 parent 8d58657 commit c299364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/arduino_ci.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def perform_example_compilation_tests(cpp_library, config)
488488
output = @backend.last_msg
489489
puts output
490490
i = output.index("leaving")
491-
free_space = output[i + 8..-1].to_i()
491+
free_space = output[i + 8..-1].to_i
492492
min_free_space = @cli_options[:min_free_space]
493493
if free_space < min_free_space
494494
puts "Free space of #{free_space} is less than minimum of #{min_free_space}"

0 commit comments

Comments
 (0)