Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Dec 8, 2021
1 parent 7d5c959 commit 384fdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/hist_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class HistogramCuts {
}

BinIdx SearchBin(float value, uint32_t column_id) const {
return this->SearchBin(value ,column_id, Ptrs(), Values());
return this->SearchBin(value, column_id, Ptrs(), Values());
}

/**
Expand Down

0 comments on commit 384fdd6

Please sign in to comment.