diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-10-25 22:14:18 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-25 22:14:18 +0900 |
| commit | 9c994516077cbab2a850cc8e1ac9e93f1f2731fc (patch) | |
| tree | a7eccb499b69c06a3b874742f9f4c16a8b02c8b0 | |
| parent | 39a0a25f2092842b5c89820badd6ceac943142b0 (diff) | |
| parent | 4b14c4633a363008e15d65272826d6bc79ead212 (diff) | |
| download | mruby-9c994516077cbab2a850cc8e1ac9e93f1f2731fc.tar.gz mruby-9c994516077cbab2a850cc8e1ac9e93f1f2731fc.zip | |
Merge pull request #4790 from shuujii/squeeze-redundant-spaces
Squeeze redundant spaces in `test/t/numeric.rb` [ci skip]
| -rw-r--r-- | test/t/numeric.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/numeric.rb b/test/t/numeric.rb index 5b1e79153..af44a2e1a 100644 --- a/test/t/numeric.rb +++ b/test/t/numeric.rb @@ -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 |
