Python: Minor refactoring cleanup

This commit is contained in:
Rasmus Wriedt Larsen
2021-06-28 10:54:00 +02:00
parent 4a2c99a021
commit 5477b2e0d5

View File

@@ -64,7 +64,7 @@ private module LDAP {
LDAP2Query() { this.getFunction() = ldapQuery() }
override DataFlow::Node getQuery() {
result in [this.getArg(0), [this.getArg(2), this.getArgByName("filterstr")]]
result in [this.getArg(0), this.getArg(2), this.getArgByName("filterstr")]
}
}