diff options
author | Steve Kemp <steve@steve.org.uk> | 2016-04-22 21:42:32 +0300 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2016-04-22 21:42:32 +0300 |
commit | 12de7cf1aefcd5d567a9e6e2eaa061f2074c8dbb (patch) | |
tree | 5912d325d739d66a05690cb0d4b87a92ffde3fca /lib/custodian/protocoltest/openproxy.rb | |
parent | 91bfb015647bba1249a96933a48d88f2a50039a9 (diff) |
More updates to silence rubocop style-guides.
These warnings were largely whitespace-based.
Diffstat (limited to 'lib/custodian/protocoltest/openproxy.rb')
-rw-r--r-- | lib/custodian/protocoltest/openproxy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/openproxy.rb b/lib/custodian/protocoltest/openproxy.rb index d3acfaa..ba0f0dd 100644 --- a/lib/custodian/protocoltest/openproxy.rb +++ b/lib/custodian/protocoltest/openproxy.rb @@ -60,7 +60,7 @@ module Custodian def run_test # Reset state, in case we've previously run. - @error = nil + @error = nil begin require 'rubygems' |