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

@ -58,4 +58,4 @@ TEST(Tokenizer, for_loop) {
}
ASSERT_THAT(list[0], Eq("test"));
ASSERT_THAT(list[1], Eq("word"));
}
}