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/jabber.rb | |
parent | a4b43890ab4ff396abcdbdc10e037649dae2a82f (diff) |
Whitespace updates.
Diffstat (limited to 'lib/custodian/protocoltest/jabber.rb')
-rw-r--r-- | lib/custodian/protocoltest/jabber.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/jabber.rb b/lib/custodian/protocoltest/jabber.rb index c8235fc..e043481 100644 --- a/lib/custodian/protocoltest/jabber.rb +++ b/lib/custodian/protocoltest/jabber.rb @@ -13,8 +13,8 @@ require 'custodian/protocoltest/tcp' # The specification of the port is optional, and defaults to 5222. # module Custodian - module ProtocolTest + module ProtocolTest class JABBERTest < TCPTest |