diff --git a/src/common/Point2.cpp b/src/common/Point2.cpp index 914630f..40f2330 100644 --- a/src/common/Point2.cpp +++ b/src/common/Point2.cpp @@ -117,4 +117,4 @@ std::ostream& operator<<(std::ostream& os, const Point2& rhs) { os << "(" << rhs.x << ", " << rhs.y << ")"; return os; -} \ No newline at end of file +}