Skip to content

Commit 8d58657

Browse files
committed
Do not use parenthesis for method calls with no arguments.
1 parent c23fbd0 commit 8d58657

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
@@ -51,7 +51,7 @@ def self.parse(options)
5151
end
5252

5353
opts.on("--min-free-space=VALUE", "Minimum free SRAM memory for stack/heap") do |p|
54-
output_options[:min_free_space] = p.to_i()
54+
output_options[:min_free_space] = p.to_i
5555
end
5656

5757
opts.on("-h", "--help", "Prints this help") do

0 commit comments

Comments
 (0)