mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4790 from shuujii/squeeze-redundant-spaces
Squeeze redundant spaces in `test/t/numeric.rb` [ci skip]
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
##
|
||||
# Numeric ISO Test
|
||||
|
||||
def assert_step(exp, receiver, args, inf: false)
|
||||
def assert_step(exp, receiver, args, inf: false)
|
||||
act = []
|
||||
ret = receiver.step(*args) do |i|
|
||||
act << i
|
||||
|
||||
Reference in New Issue
Block a user