Skip to content

Commit

Permalink
Fix another deprecation warning on missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara authored and PragTob committed Apr 10, 2024
1 parent a936fdb commit 2b324db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchee/conversion/scale.ex
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ defmodule Benchee.Conversion.Scale do
:best -> best_unit(list, module)
:largest -> largest_unit(list, module)
:smallest -> smallest_unit(list, module)
:none -> module.base_unit
:none -> module.base_unit()
end
end

Expand Down

0 comments on commit 2b324db

Please sign in to comment.