From 05d627a17623651c65f2824d8d71da5a7965596e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Tue, 3 Jun 2025 19:21:40 +0200 Subject: [PATCH] Fix newline at end of file --- src/common/Point2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}