From 52b2d092d38482257971789bc59257d16bbe8c4c Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 23 May 2012 12:00:49 +0900 Subject: test t/*.rb spacing fix --- test/t/math.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/t/math.rb') diff --git a/test/t/math.rb b/test/t/math.rb index 40ae53438..5b9da4cb3 100644 --- a/test/t/math.rb +++ b/test/t/math.rb @@ -10,7 +10,7 @@ assert('Math.sin PI/2') do end -assert('Fundamental trig identities') do +assert('Fundamental trig identities') do result = true N = 15 N.times do |i| @@ -26,7 +26,7 @@ assert('Fundamental trig identities') do result &= check_float((1/t) ** 2 + 1, (1/s) ** 2) end result -end +end assert('Math.erf 0') do check_float(Math.erf(0), 0) -- cgit v1.2.3