Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2639e68

Browse files
committed
Python: format ql
1 parent 9312b42 commit 2639e68

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,11 @@ predicate readStep(Node nodeFrom, Content c, Node nodeTo) {
268268
// Seems to need extractor changes to write this part properly
269269
nodeFrom.(CfgNode).getNode().(SequenceNode).getNode().getParentNode() = comp and
270270
colocated(f.getIter(), comp) and
271-
nodeTo.(EssaNode).getVar().getDefinition().(AssignmentDefinition).getDefiningNode().getNode() = f.getTarget()
271+
nodeTo.(EssaNode).getVar().getDefinition().(AssignmentDefinition).getDefiningNode().getNode() =
272+
f.getTarget()
272273
)
273274
}
274275

275-
276-
277276
/** This should not be necessary */
278277
predicate colocated(AstNode n1, AstNode n2) {
279278
n1.getLocation().getFile() = n2.getLocation().getFile() and

0 commit comments

Comments
 (0)