diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:22:46 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:22:46 +0000 |
commit | ddedddfa53dfe296eb8f0c58e1b9ff86f8301d4d (patch) | |
tree | 24c39cd8770762e37f96886f0894ba4616ab5ccb /lib/custodian/protocoltest/mx.rb | |
parent | d07ac8ecbedb4831e5aa677b8878f0e8eb37e363 (diff) |
More minor space fixups
Diffstat (limited to 'lib/custodian/protocoltest/mx.rb')
-rw-r--r-- | lib/custodian/protocoltest/mx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/mx.rb b/lib/custodian/protocoltest/mx.rb index c323af7..2d0bcc2 100644 --- a/lib/custodian/protocoltest/mx.rb +++ b/lib/custodian/protocoltest/mx.rb @@ -115,7 +115,7 @@ module Custodian # trim to a sane length & strip newlines. if !read.nil? - read = read[0,255] + read = read[0, 255] read.gsub!(/[\n\r]/, '') end |