Remove excess blank lines at end of file

This commit is contained in:
Moritz Klammler
2022-09-16 13:16:10 +02:00
parent 10fd14f8b9
commit e86d7c3cd3
4 changed files with 0 additions and 9 deletions

View File

@@ -438,5 +438,3 @@ BOOST_AUTO_TEST_CASE(test_and_or_other)
BOOST_TEST("foo" == r1_gen().and_other(r2_gen()).unwrap_err());
}
}