Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jul 1, 2021
1 parent ed4ff7a commit 7893d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/sparse_page_dmatrix.cc
Expand Up @@ -97,5 +97,5 @@ BatchSet<SortedCSCPage> SparsePageDMatrix::GetSortedColumnBatches() {
auto begin_iter = BatchIterator<SortedCSCPage>(sorted_column_source_);
return BatchSet<SortedCSCPage>(BatchIterator<SortedCSCPage>(begin_iter));
}
} // namespace data
} // namespace xgboost
} // namespace data
} // namespace xgboost

0 comments on commit 7893d66

Please sign in to comment.