summaryrefslogtreecommitdiff
path: root/t/test-custodian-parser.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:22:46 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:22:46 +0000
commit56d3e8ab7b5bb29e814da0097ec18064685a1f60 (patch)
tree2bed8b119b53d2ecb3917ca8680b77281afc15a4 /t/test-custodian-parser.rb
parent0c2d64d6daf9a9a901a3b67730680e3e97c60f8d (diff)
More minor space fixups
Diffstat (limited to 't/test-custodian-parser.rb')
-rwxr-xr-xt/test-custodian-parser.rb6
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
#