Add a newline

This commit is contained in:
Victor Zverovich 2020-11-21 16:52:40 -08:00
parent a036cc97b7
commit a58a6b27c3

View File

@ -328,4 +328,4 @@ TEST(OStreamTest, ToString) {
TEST(OStreamTest, Range) {
auto strs = std::vector<TestString>{TestString("foo"), TestString("bar")};
EXPECT_EQ("{foo, bar}", format("{}", strs));
}
}