Skip to content

Commit

Permalink
* expand tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed Jun 21, 2019
1 parent 06a622b commit 0174285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enumerator.c
Original file line number Diff line number Diff line change
Expand Up @@ -2052,12 +2052,12 @@ static VALUE
lazy_filter_map(VALUE obj)
{
if (!rb_block_given_p()) {
rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
}

return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
lazy_filter_map_proc, 0),
Qnil, 0);
lazy_filter_map_proc, 0),
Qnil, 0);
}

static struct MEMO *
Expand Down

0 comments on commit 0174285

Please sign in to comment.