Fixed stray backslash. How come visual studio could accept that?

This commit is contained in:
Vojtech Bubnik 2021-11-12 16:32:41 +01:00
parent 453ef52e9f
commit b61a5a5499

View File

@ -25,4 +25,3 @@ bool inside_convex_polygon(const std::pair<std::vector<Vec2d>, std::vector<Vec2d
} } // namespace Slicer::Geometry
#endif
\