mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enumerator.c: remove trailing space.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c7c91247e2
commit
0934e6c014
1 changed files with 1 additions and 1 deletions
|
@ -1276,7 +1276,7 @@ static VALUE
|
|||
lazy_flat_map_func(VALUE val, VALUE m, int argc, VALUE *argv)
|
||||
{
|
||||
VALUE result = rb_yield_values2(argc - 1, &argv[1]);
|
||||
VALUE ary = rb_check_array_type(result);
|
||||
VALUE ary = rb_check_array_type(result);
|
||||
if (NIL_P(ary)) {
|
||||
return rb_funcall(argv[0], id_yield, 1, result);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue