summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/openproxy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/protocoltest/openproxy.rb')
-rw-r--r--lib/custodian/protocoltest/openproxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/openproxy.rb b/lib/custodian/protocoltest/openproxy.rb
index 851982c..da432f0 100644
--- a/lib/custodian/protocoltest/openproxy.rb
+++ b/lib/custodian/protocoltest/openproxy.rb
@@ -44,7 +44,7 @@ module Custodian
#
# Is this test inverted?
#
- if ( line =~ /must\s+not\s+run\s+/ )
+ if line =~ /must\s+not\s+run\s+/
@inverted = true
else
@inverted = false