Add missing newlines

This commit is contained in:
Richard Berger
2020-05-15 17:05:28 -04:00
parent 4a2d3e95cb
commit 9e3759d0fc
4 changed files with 4 additions and 4 deletions

View File

@ -13,4 +13,4 @@ TEST(Utils, trim_comment) {
TEST(Utils, count_words) {
ASSERT_EQ(utils::count_words("some text # comment"), 2);
}
}