summaryrefslogtreecommitdiff
path: root/t/test-custodian-util-timespan.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-util-timespan.rb
parent0c2d64d6daf9a9a901a3b67730680e3e97c60f8d (diff)
More minor space fixups
Diffstat (limited to 't/test-custodian-util-timespan.rb')
-rwxr-xr-xt/test-custodian-util-timespan.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-custodian-util-timespan.rb b/t/test-custodian-util-timespan.rb
index 72428be..3ac37a6 100755
--- a/t/test-custodian-util-timespan.rb
+++ b/t/test-custodian-util-timespan.rb
@@ -215,14 +215,14 @@ class TestTimeSpanUtil < Test::Unit::TestCase
def test_wrap_around
for h in 00..23
- assert_equal(1, Custodian::Util::TimeSpan.to_hours(h,h).size)
+ assert_equal(1, Custodian::Util::TimeSpan.to_hours(h, h).size)
end
#
# But the time-period 00-23 is a full day
#
assert_equal(24,
- Custodian::Util::TimeSpan.to_hours(0,23).size)
+ Custodian::Util::TimeSpan.to_hours(0, 23).size)
end