[clang-format][NFC] Format lambda in conditional

This sort of amends cdbe296853

Differential Revision: https://reviews.llvm.org/D138356
This commit is contained in:
Björn Schäpers 2022-11-17 21:07:31 +01:00
parent aff838fb8f
commit c89d2fd596
1 changed files with 1 additions and 1 deletions

View File

@ -2583,7 +2583,7 @@ public:
(Start->Previous &&
Start->Previous->isOneOf(TT_RequiresClause,
TT_RequiresClauseInARequiresExpression))
? [this](){
? [this]() {
auto Ret = Current ? Current : Line.Last;
while (!Ret->ClosesRequiresClause && Ret->Previous)
Ret = Ret->Previous;