diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index b0687eaecb10f..d9e369296eed1 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/unittests/Format/FormatTest.cpp @@ -5019,7 +5019,7 @@ TEST_F(FormatTest, DesignatedInitializers) { " .b = 2,\n" " },\n" " }) {\n" - "}\n"); + "}"); } TEST_F(FormatTest, BracedInitializerIndentWidth) {