Skip to content

Commit

Permalink
Credo fixes - someone doesn't have pre commit hooks set up
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Oct 10, 2017
1 parent 06b2c80 commit f0d7860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchee/benchmark/runner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ defmodule Benchee.Benchmark.Runner do
{num_iterations, initial_run_time} =
determine_n_times(scenario, scenario_context, fast_warning)
new_context =
%ScenarioContext{scenario_context |
%ScenarioContext{scenario_context |
current_time: current_time(),
end_time: end_time,
num_iterations: num_iterations
Expand Down

0 comments on commit f0d7860

Please sign in to comment.