"R-package/vscode:/vscode.git/clone" did not exist on "718da7ddd5f5ce11a7bfe748ffe2e48c6272d329"
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) {
}
inline static double GetDoubleUpperBound(double a) {
return std::nextafter(a, INFINITY);;
return std::nextafter(a, INFINITY);
}
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