diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:04:03 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:04:03 +0000 |
commit | 0220b5dfebf2bc91a2fe69068179dd436f577a1d (patch) | |
tree | b4b7b333e10674f8f1dfa7a2539a179e99eb5158 /lib/custodian/protocoltest/http.rb | |
parent | 2921a7c7b8ab27350108ae0e678947085ded7b94 (diff) |
Minor indentation fixup.
Diffstat (limited to 'lib/custodian/protocoltest/http.rb')
-rw-r--r-- | lib/custodian/protocoltest/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb index 0d20dfb..0bbe290 100644 --- a/lib/custodian/protocoltest/http.rb +++ b/lib/custodian/protocoltest/http.rb @@ -51,7 +51,7 @@ module Custodian @url = line.split( /\s+/)[0] @host = @url - # + # # Set the resolve modes # @resolve_modes = [] |