Fix whitespace

This commit is contained in:
Dan Kubb 2013-07-24 10:53:29 -07:00
parent 23251a25d0
commit 28ffff59d0

View file

@ -15,7 +15,6 @@ module Mutant
end
module_function :s
NAN = s(:send, s(:float, 0.0), :/, s(:args, s(:float, 0.0)))
NEGATIVE_INFINITY = s(:send, s(:float, -1.0), :/, s(:args, s(:float, 0.0)))
INFINITY = s(:send, s(:float, 1.0), :/, s(:args, s(:float, 0.0)))