[test][views] Remove extra semicolon in closeable_view test.

This commit is contained in:
Adam Wulkiewicz 2014-10-20 14:08:40 +02:00
parent 99f49afccb
commit 7cd6355354

View File

@ -22,7 +22,7 @@
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/adapted/boost_tuple.hpp>
BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian);
BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(cs::cartesian)