summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/protocoltest/postgresql.rb')
-rw-r--r--lib/custodian/protocoltest/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/postgresql.rb b/lib/custodian/protocoltest/postgresql.rb
index 294ca52..c07a42b 100644
--- a/lib/custodian/protocoltest/postgresql.rb
+++ b/lib/custodian/protocoltest/postgresql.rb
@@ -62,7 +62,7 @@ module Custodian
# Allow this test to be serialized.
#
def to_s
- return( @line )
+ @line
end