Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
631e0a2a
Unverified
Commit
631e0a2a
authored
Mar 18, 2024
by
James Lamb
Committed by
GitHub
Mar 18, 2024
Browse files
[ci] prevent trailing whitespace, ensure files end with newline (#6373)
parent
6a1ec444
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/cpp_tests/testutils.cpp
tests/cpp_tests/testutils.cpp
+1
-1
windows/LightGBM.vcxproj.filters
windows/LightGBM.vcxproj.filters
+1
-1
No files found.
tests/cpp_tests/testutils.cpp
View file @
631e0a2a
...
...
@@ -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
,
...
...
windows/LightGBM.vcxproj.filters
View file @
631e0a2a
...
...
@@ -351,4 +351,4 @@
<Filter>
src\utils
</Filter>
</ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file
</Project>
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment