Python: Fix code formatting

This commit is contained in:
Rasmus Wriedt Larsen
2020-03-11 18:16:55 +01:00
parent 0ce8e9180b
commit e52fec03f8

View File

@@ -71,9 +71,7 @@ private predicate str_method_call(ControlFlowNode fromnode, CallNode tonode) {
/* tonode = ....format(fromnode) */
private predicate str_format(ControlFlowNode fromnode, CallNode tonode) {
tonode.getFunction().(AttrNode).getName() = "format" and
(
tonode.getAnArg() = fromnode
)
tonode.getAnArg() = fromnode
}
/* tonode = codec.[en|de]code(fromnode)*/