From a58a6b27c3faeb4ad06a39d693ef87e317cc6ef9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 21 Nov 2020 16:52:40 -0800 Subject: [PATCH] Add a newline --- test/ostream-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ostream-test.cc b/test/ostream-test.cc index 9849f4c8..7642c94b 100644 --- a/test/ostream-test.cc +++ b/test/ostream-test.cc @@ -328,4 +328,4 @@ TEST(OStreamTest, ToString) { TEST(OStreamTest, Range) { auto strs = std::vector{TestString("foo"), TestString("bar")}; EXPECT_EQ("{foo, bar}", format("{}", strs)); -} \ No newline at end of file +}