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/rsync.rb | |
parent | a4b43890ab4ff396abcdbdc10e037649dae2a82f (diff) |
Whitespace updates.
Diffstat (limited to 'lib/custodian/protocoltest/rsync.rb')
-rw-r--r-- | lib/custodian/protocoltest/rsync.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/rsync.rb b/lib/custodian/protocoltest/rsync.rb index bb0a97c..34745c7 100644 --- a/lib/custodian/protocoltest/rsync.rb +++ b/lib/custodian/protocoltest/rsync.rb @@ -13,6 +13,7 @@ require 'custodian/protocoltest/tcp' # The specification of the port is optional and defaults to 873 # module Custodian + module ProtocolTest class RSYNCTest < TCPTest |