diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 11:19:03 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 11:19:03 +0000 |
commit | 3421e146f53ba779f2e129c65c70dcd4c477922a (patch) | |
tree | e28f2eb04ea592a5f00c644f73cc84ab493e2e42 /lib/custodian/protocoltest/ldap.rb | |
parent | 7809642d654b05f90e2b3488f907151098d4ac10 (diff) |
Whitespace updates.
Diffstat (limited to 'lib/custodian/protocoltest/ldap.rb')
-rw-r--r-- | lib/custodian/protocoltest/ldap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/ldap.rb b/lib/custodian/protocoltest/ldap.rb index 9c023e3..bfda9f8 100644 --- a/lib/custodian/protocoltest/ldap.rb +++ b/lib/custodian/protocoltest/ldap.rb @@ -13,6 +13,7 @@ require 'custodian/protocoltest/tcp' # The specification of the port is optional and defaults to 389. # module Custodian + module ProtocolTest class LDAPTest < TCPTest |