diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 14:44:15 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 14:44:15 +0000 |
commit | 41c6ed7b50603f5232cfe3a59a704e84c0f97d79 (patch) | |
tree | ca2593f34c7598288a8b0145d54ac47107600d10 /lib/custodian/parser.rb | |
parent | 1165790e7986d920c149afd0898bfc82a34249a5 (diff) |
Updated to test for more whitespace issues.
Diffstat (limited to 'lib/custodian/parser.rb')
-rw-r--r-- | lib/custodian/parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index c7002e0..1f59d26 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -416,7 +416,7 @@ module Custodian # # Read the configuration file. # - out = File.open(filename, 'r') {|file| file.readlines.collect} + out = File.open(filename, 'r') { |file| file.readlines.collect } # # Parse it |