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 | d7f792c6cf5f9dab870d0205de1a174863ca6a12 (patch) | |
tree | 5e85ad75b27ccd31c798e259e880864d865ce4c3 /lib/custodian/parser.rb | |
parent | 69acb34d89e05637f04531f4ba8903f1dd887383 (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 |