Fix whitespace
This commit is contained in:
parent
23251a25d0
commit
28ffff59d0
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ module Mutant
|
||||||
end
|
end
|
||||||
module_function :s
|
module_function :s
|
||||||
|
|
||||||
|
|
||||||
NAN = s(:send, s(:float, 0.0), :/, s(:args, s(:float, 0.0)))
|
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)))
|
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)))
|
INFINITY = s(:send, s(:float, 1.0), :/, s(:args, s(:float, 0.0)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue