]> WPIA git - cassiopeia.git/blobdiff - test/src/sanity.cpp
fmt: Source formatting for the Unit Tests
[cassiopeia.git] / test / src / sanity.cpp
index 81851bb33b9eda7138604ee465decba2ae8c87a8..4c99b2232205ce874471eb62ee7f02a8f76ca901 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <boost/test/unit_test.hpp>
 
-BOOST_AUTO_TEST_CASE(Foo)
-{
-    BOOST_REQUIRE(true);
+BOOST_AUTO_TEST_CASE( Foo ) {
+    BOOST_REQUIRE( true );
 }