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 | 12eaab9fa0e8b1bd2ebf56e58474c45f5b1594eb (patch) | |
tree | e28f2eb04ea592a5f00c644f73cc84ab493e2e42 /lib/custodian/protocoltest/ftp.rb | |
parent | a4b43890ab4ff396abcdbdc10e037649dae2a82f (diff) |
Whitespace updates.
Diffstat (limited to 'lib/custodian/protocoltest/ftp.rb')
-rw-r--r-- | lib/custodian/protocoltest/ftp.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/ftp.rb b/lib/custodian/protocoltest/ftp.rb index dfa86e1..f1c8ff9 100644 --- a/lib/custodian/protocoltest/ftp.rb +++ b/lib/custodian/protocoltest/ftp.rb @@ -12,6 +12,7 @@ require 'custodian/protocoltest/tcp' # The specification of the port is optional and defaults to 21 # module Custodian + module ProtocolTest class FTPTest < TCPTest |