Skip to content

Commit 2624412

Browse files
committed
Remove comment.
1 parent a727440 commit 2624412

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/unittests/Format/FormatTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23813,9 +23813,6 @@ TEST_F(FormatTest, FormatsLambdas) {
2381323813
" }};\n"
2381423814
"}",
2381523815
LLVMWithBeforeLambdaBody);
23816-
23817-
// Make sure we don't put the lambda on a new line when it would be indented
23818-
// more than where it would be otherwise.
2381923816
verifyFormat("if ([]()\n"
2382023817
" {\n"
2382123818
" return true;\n"

0 commit comments

Comments
 (0)