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