Skip to content

Commit 13a4df9

Browse files
committed
Go: autoformat
1 parent 66b61ee commit 13a4df9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go/ql/src/experimental/CWE-090/LDAPInjection.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ private class LdapClientDNSink extends LdapSink {
104104
deprecated class LdapInjectionConfiguration extends TaintTracking::Configuration {
105105
LdapInjectionConfiguration() { this = "Ldap injection" }
106106

107-
override predicate isSource(DataFlow::Node source) {
108-
source instanceof ActiveThreatModelSource
109-
}
107+
override predicate isSource(DataFlow::Node source) { source instanceof ActiveThreatModelSource }
110108

111109
override predicate isSink(DataFlow::Node sink) { sink instanceof LdapSink }
112110

0 commit comments

Comments
 (0)