Skip to content

Commit ce16bc5

Browse files
committed
C#: Autoformat
1 parent 39aaa38 commit ce16bc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csharp/ql/src/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
115115
)
116116
or
117117
e2 = any(OperatorCall oc |
118-
oc.getTarget() instanceof ConversionOperator and
119-
e1 = oc.getAnArgument() and
120-
isSuccessor = true
121-
)
118+
oc.getTarget() instanceof ConversionOperator and
119+
e1 = oc.getAnArgument() and
120+
isSuccessor = true
121+
)
122122
)
123123
}
124124

0 commit comments

Comments
 (0)