mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Shared: auto format
This commit is contained in:
@@ -966,9 +966,7 @@ module Private {
|
||||
}
|
||||
|
||||
/** Holds if the first `n` tokens of `input` resolve to the given interpretation. */
|
||||
private predicate interpretInput(
|
||||
AccessPath input, int n, InterpretNode ref, InterpretNode node
|
||||
) {
|
||||
private predicate interpretInput(AccessPath input, int n, InterpretNode ref, InterpretNode node) {
|
||||
sinkElementRef(ref, input, _) and
|
||||
n = 0 and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user