Fix newline at end of file
This commit is contained in:
parent
21e154ed34
commit
05d627a176
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user