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 | 56d3e8ab7b5bb29e814da0097ec18064685a1f60 (patch) | |
tree | 2bed8b119b53d2ecb3917ca8680b77281afc15a4 /t/test-custodian-util-bytemark.rb | |
parent | 0c2d64d6daf9a9a901a3b67730680e3e97c60f8d (diff) |
More minor space fixups
Diffstat (limited to 't/test-custodian-util-bytemark.rb')
-rwxr-xr-x | t/test-custodian-util-bytemark.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-util-bytemark.rb b/t/test-custodian-util-bytemark.rb index 3b17f4f..3342569 100755 --- a/t/test-custodian-util-bytemark.rb +++ b/t/test-custodian-util-bytemark.rb @@ -50,7 +50,7 @@ class TestBytemarkUtil < Test::Unit::TestCase } - to_test.each do |name,inside| + to_test.each do |name, inside| if inside assert(Custodian::Util::Bytemark.inside?(name) == true) |