Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg authored and PragTob committed Feb 26, 2024
1 parent d122871 commit 2d56fba
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 @@ -167,7 +167,7 @@ defmodule Benchee.Conversion.Scale do
end

defp do_best_unit([], module, _) do
module.base_unit
module.base_unit()
end

defp do_best_unit(list, module, opts) do
Expand Down

0 comments on commit 2d56fba

Please sign in to comment.