commit | a23f3e91aad6c962880752cff822f8ee53b48af1 | [log] [tgz] |
---|---|---|
author | Aaron Webster <webstera@google.com> | Wed May 19 13:04:35 2021 -0700 |
committer | Aaron Webster <webstera@google.com> | Wed May 19 13:04:35 2021 -0700 |
tree | 7325d120eb16e7428a4cdd59f0a6ebdd6ad7f297 | |
parent | 5cb347f85c9f1d2b7d00c29bd08ef706d8cd0461 [diff] |
Remove trailing whitespace in text_format_test.cc
diff --git a/compiler/back_end/cpp/testcode/text_format_test.cc b/compiler/back_end/cpp/testcode/text_format_test.cc index 7db6dc8..82559cd 100644 --- a/compiler/back_end/cpp/testcode/text_format_test.cc +++ b/compiler/back_end/cpp/testcode/text_format_test.cc
@@ -75,7 +75,7 @@ "}", ::emboss::WriteToString(view.b(), ::emboss::MultilineText())); } - + TEST(TextFormat, UpdateFromText) { ::std::array<char, 2> values{}; const auto view = MakeVanillaView(&values);