diff --git a/test/vector_indexing_suite.cpp b/test/vector_indexing_suite.cpp index 3e78aeae..63846b68 100644 --- a/test/vector_indexing_suite.cpp +++ b/test/vector_indexing_suite.cpp @@ -38,4 +38,5 @@ BOOST_PYTHON_MODULE(vector_indexing_suite_ext) class_ >("XVec") .def(vector_indexing_suite >()) ; -} \ No newline at end of file +} +