Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Do not use parenthesis for method calls with no arguments.
  • Loading branch information
jgfoster committed Aug 27, 2021
commit 8d58657ccff259b48a40e9ed634a373704ad1cb7
2 changes: 1 addition & 1 deletion exe/arduino_ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def self.parse(options)
end

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

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