summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/mysql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/protocoltest/mysql.rb')
-rw-r--r--lib/custodian/protocoltest/mysql.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/custodian/protocoltest/mysql.rb b/lib/custodian/protocoltest/mysql.rb
index 7abc28f..ce63639 100644
--- a/lib/custodian/protocoltest/mysql.rb
+++ b/lib/custodian/protocoltest/mysql.rb
@@ -22,7 +22,7 @@ module Custodian
#
# Ensure we received a port to run the test against.
#
- def initialize( line )
+ def initialize(line)
#
# Save the line
@@ -32,7 +32,7 @@ module Custodian
#
# Save the host
#
- @host = line.split( /\s+/)[0]
+ @host = line.split(/\s+/)[0]
#
@@ -76,7 +76,7 @@ module Custodian
# reset the error, in case we were previously executed.
@error = nil
- run_test_internal( @host, @port )
+ run_test_internal(@host, @port)
end