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 /t/test-custodian-parser.rb | |
parent | d07ac8ecbedb4831e5aa677b8878f0e8eb37e363 (diff) |
More minor space fixups
Diffstat (limited to 't/test-custodian-parser.rb')
-rwxr-xr-x | t/test-custodian-parser.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/test-custodian-parser.rb b/t/test-custodian-parser.rb index 6d612b1..1af5e28 100755 --- a/t/test-custodian-parser.rb +++ b/t/test-custodian-parser.rb @@ -292,7 +292,7 @@ EOF 'http://example must run http not following redirect.' => false, } - data.each do |str,follow| + data.each do |str, follow| assert_nothing_raised do # @@ -331,7 +331,7 @@ EOF 'http://example must run http without cache busting.' => false, } - data.each do |str,cb| + data.each do |str, cb| assert_nothing_raised do # @@ -377,7 +377,7 @@ EOF # # For each test # - data.each do |str,fail| + data.each do |str, fail| assert_nothing_raised do # |