Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Jun 13, 2019
1 parent 32726fa commit 10614e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/benchmark-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct RegressionArgs {
// proportion of nulls in generated arrays
const double null_proportion;

RegressionArgs(benchmark::State& state)
explicit RegressionArgs(benchmark::State& state)
: size(state.range(0) / 4),
null_proportion(static_cast<double>(state.range(1)) / 100.0),
state_(state) {}
Expand Down

0 comments on commit 10614e2

Please sign in to comment.