Skip to content

Commit 663388f

Browse files
author
Dmitry Razdoburdin
committed
linting
1 parent d1d1f3c commit 663388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree/common_row_partitioner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class CommonRowPartitioner {
112112

113113
/* Making GHistIndexMatrix_t a templete parameter allows reuse this function for sycl-plugin */
114114
template <typename ExpandEntry, typename GHistIndexMatrix_t>
115-
void static FindSplitConditions(const std::vector<ExpandEntry>& nodes, const RegTree& tree,
115+
static void FindSplitConditions(const std::vector<ExpandEntry>& nodes, const RegTree& tree,
116116
const GHistIndexMatrix_t& gmat, std::vector<int32_t>* split_conditions) {
117117
auto const& ptrs = gmat.cut.Ptrs();
118118
auto const& vals = gmat.cut.Values();

0 commit comments

Comments
 (0)