mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Formatting
This commit is contained in:
@@ -57,9 +57,7 @@ class ParameterToFieldConfig extends TaintTracking::Configuration {
|
||||
}
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) {
|
||||
exists(FieldAssignment a |
|
||||
a.getSource() = sink.asExpr()
|
||||
)
|
||||
exists(FieldAssignment a | a.getSource() = sink.asExpr())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user