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 702cf3e commit 432b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enumerator.c
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ 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_add_method(obj, 0, 0, Qnil, Qnil, &lazy_filter_map_funcs);
Expand Down

0 comments on commit 432b28a

Please sign in to comment.