Skip to content

Commit 92ef408

Browse files
committed
[clang-format] Delete a redundant newline at the end of a test case
It slipped in from commit fa6025e.
1 parent 8ba915f commit 92ef408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Format/FormatTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5019,7 +5019,7 @@ TEST_F(FormatTest, DesignatedInitializers) {
50195019
" .b = 2,\n"
50205020
" },\n"
50215021
" }) {\n"
5022-
"}\n");
5022+
"}");
50235023
}
50245024

50255025
TEST_F(FormatTest, BracedInitializerIndentWidth) {

0 commit comments

Comments
 (0)