Skip to content

Commit

Permalink
cpplint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 16, 2022
1 parent 76e1832 commit e5a4473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/updater_quantile_hist.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class HistRowPartitioner {
/**
* \brief Turn split values into discrete bin indices.
*/
void static FindSplitConditions(const std::vector<CPUExpandEntry>& nodes, const RegTree& tree,
static void FindSplitConditions(const std::vector<CPUExpandEntry>& nodes, const RegTree& tree,
const GHistIndexMatrix& gmat,
std::vector<int32_t>* split_conditions);
/**
Expand Down

0 comments on commit e5a4473

Please sign in to comment.