Skip to content

Commit

Permalink
[clang-format] Delete a redundant newline at the end of a test case
Browse files Browse the repository at this point in the history
It slipped in from commit fa6025e.
  • Loading branch information
owenca committed Feb 16, 2024
1 parent 8ba915f commit 92ef408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/unittests/Format/FormatTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5019,7 +5019,7 @@ TEST_F(FormatTest, DesignatedInitializers) {
" .b = 2,\n"
" },\n"
" }) {\n"
"}\n");
"}");
}

TEST_F(FormatTest, BracedInitializerIndentWidth) {
Expand Down

0 comments on commit 92ef408

Please sign in to comment.