"vscode:/vscode.git/clone" did not exist on "629fc047e2559cab1508338b005009f1f85cb5fc"
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 {
/*!
* 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.
* 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,
int32_t nrows,
......
......@@ -351,4 +351,4 @@
<Filter>src\utils</Filter>
</ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file
</Project>
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