Skip to content

Commit e60fa6f

Browse files
committed
Remove unnecesary }
1 parent c5c2df4 commit e60fa6f

File tree

1 file changed

+0
-3
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks

1 file changed

+0
-3
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Ldap.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module NetLdap {
4242

4343
/** A call that establishes a LDAP Connection */
4444
private class NetLdapConnection extends DataFlow::CallNode {
45-
4645
NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall("open")] }
4746

4847
predicate usesSsl() {
@@ -58,8 +57,6 @@ module NetLdap {
5857
.(DataFlow::HashLiteralNode)
5958
.getElementFromKey(any(Ast::ConstantValue cv | cv.isStringlikeValue(arg)))
6059
}
61-
}
62-
6360
}
6461

6562
/** A call that constructs a LDAP query */

0 commit comments

Comments
 (0)