Fix newline at end of file

This commit is contained in:
Stefan Müller 2025-06-03 19:21:40 +02:00
parent 21e154ed34
commit 05d627a176

View File

@ -117,4 +117,4 @@ std::ostream& operator<<(std::ostream& os, const Point2& rhs)
{
os << "(" << rhs.x << ", " << rhs.y << ")";
return os;
}
}