Fix newline at end of file
This commit is contained in:
@@ -117,4 +117,4 @@ std::ostream& operator<<(std::ostream& os, const Point2& rhs)
|
|||||||
{
|
{
|
||||||
os << "(" << rhs.x << ", " << rhs.y << ")";
|
os << "(" << rhs.x << ", " << rhs.y << ")";
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user