Unverified Commit 631e0a2a authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] prevent trailing whitespace, ensure files end with newline (#6373)

parent 6a1ec444
...@@ -277,7 +277,7 @@ namespace LightGBM { ...@@ -277,7 +277,7 @@ namespace LightGBM {
/*! /*!
* Pushes data from 1 thread into a Dataset based on thread_id and nrows. * Pushes data from 1 thread into a Dataset based on thread_id and nrows.
* e.g. with 100 rows, thread 0 will push rows 0-49, and thread 2 will push rows 50-99. * e.g. with 100 rows, thread 0 will push rows 0-49, and thread 2 will push rows 50-99.
* Note that rows are still pushed in microbatches within their range. * Note that rows are still pushed in microbatches within their range.
*/ */
void TestUtils::PushSparseBatch(DatasetHandle dataset_handle, void TestUtils::PushSparseBatch(DatasetHandle dataset_handle,
int32_t nrows, int32_t nrows,
......
...@@ -351,4 +351,4 @@ ...@@ -351,4 +351,4 @@
<Filter>src\utils</Filter> <Filter>src\utils</Filter>
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment