"examples/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "21861cd49f5d65965538fe8bc5966177b1c2dee9"
Unverified Commit adda5c53 authored by Hongbin Shi's avatar Hongbin Shi Committed by GitHub
Browse files

Remove extra semicolons (#3215)

parent aef50f86
...@@ -927,7 +927,7 @@ inline static bool CheckDoubleEqualOrdered(double a, double b) { ...@@ -927,7 +927,7 @@ inline static bool CheckDoubleEqualOrdered(double a, double b) {
} }
inline static double GetDoubleUpperBound(double a) { inline static double GetDoubleUpperBound(double a) {
return std::nextafter(a, INFINITY);; return std::nextafter(a, INFINITY);
} }
inline static size_t GetLine(const char* str) { inline static size_t GetLine(const char* str) {
......
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