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

@ -391,8 +391,3 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(test_find_or_move_only, value_type, test_value_typ
BOOST_TEST(ref == toml::find_or(v, "key1", "key2", std::move(opt)));
}
}

View File

@ -503,4 +503,3 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(test_get_toml_offset_datetime, value_type, test_va
BOOST_TEST(tm.tm_sec == 0);
}
}

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());
}
}

View File

@ -151,4 +151,3 @@ BOOST_AUTO_TEST_CASE(test_string_add_assign)
}