mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
autoformat and update expected output
This commit is contained in:
@@ -208,9 +208,7 @@ private module ArrayDataFlow {
|
||||
* A step for creating an array and storing the elements in the array.
|
||||
*/
|
||||
private class ArrayCreationStep extends DataFlow::AdditionalFlowStep, DataFlow::Node {
|
||||
ArrayCreationStep() {
|
||||
this instanceof DataFlow::ArrayCreationNode
|
||||
}
|
||||
ArrayCreationStep() { this instanceof DataFlow::ArrayCreationNode }
|
||||
|
||||
override predicate storeStep(DataFlow::Node element, DataFlow::Node obj, string prop) {
|
||||
prop = arrayElement() and
|
||||
|
||||
Reference in New Issue
Block a user