Skip to content

Commit 00c36d0

Browse files
committed
Fix formatting 2
1 parent 9006cd9 commit 00c36d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class UncountedLambdaCapturesChecker
115115
DeclRefExprsToIgnore.insert(ArgRef);
116116
Checker->visitLambdaExpr(L, /* ignoreParamVarDecl */ true);
117117
}
118-
119118
};
120119

121120
LocalVisitor visitor(this);

0 commit comments

Comments
 (0)