Skip to content

Commit 25aef0e

Browse files
baywetmichaelnebel
andauthored
chore: formatting
Co-authored-by: Michael Nebel <michaelnebel@github.com>
1 parent c006526 commit 25aef0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/lib/Linq/Helpers.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ predicate missedFirstOrDefaultOpportunity(ForeachStmtGenericEnumerable fes, IfSt
225225
not is.getCondition().getAChildExpr*() instanceof AwaitExpr and
226226
not fes.isAsync() and
227227
returnsLoopVariable(fes, is.getThen()) and
228-
fes.getElementType() = fes.getVariable().getType() and
228+
fes.getElementType() = fes.getVariable().getType() and
229229
returnsDefaultValueAfterForeach(fes)
230230
}
231231

0 commit comments

Comments
 (0)