Skip to content

Commit 55ac5cb

Browse files
committed
Shared: auto format
1 parent 4985fbb commit 55ac5cb

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,7 @@ module Private {
966966
}
967967

968968
/** Holds if the first `n` tokens of `input` resolve to the given interpretation. */
969-
private predicate interpretInput(
970-
AccessPath input, int n, InterpretNode ref, InterpretNode node
971-
) {
969+
private predicate interpretInput(AccessPath input, int n, InterpretNode ref, InterpretNode node) {
972970
sinkElementRef(ref, input, _) and
973971
n = 0 and
974972
(

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,7 @@ module Private {
966966
}
967967

968968
/** Holds if the first `n` tokens of `input` resolve to the given interpretation. */
969-
private predicate interpretInput(
970-
AccessPath input, int n, InterpretNode ref, InterpretNode node
971-
) {
969+
private predicate interpretInput(AccessPath input, int n, InterpretNode ref, InterpretNode node) {
972970
sinkElementRef(ref, input, _) and
973971
n = 0 and
974972
(

ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,7 @@ module Private {
966966
}
967967

968968
/** Holds if the first `n` tokens of `input` resolve to the given interpretation. */
969-
private predicate interpretInput(
970-
AccessPath input, int n, InterpretNode ref, InterpretNode node
971-
) {
969+
private predicate interpretInput(AccessPath input, int n, InterpretNode ref, InterpretNode node) {
972970
sinkElementRef(ref, input, _) and
973971
n = 0 and
974972
(

0 commit comments

Comments
 (0)