Skip to content

Commit

Permalink
Revert "Fix another deprecation warning on missing parenthesis"
Browse files Browse the repository at this point in the history
This reverts commit 2b324db.
  • Loading branch information
PragTob committed Apr 10, 2024
1 parent 300c58e commit 5a708eb
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 5a708eb

Please sign in to comment.