mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
array.c: remove unnecessary blank line
This commit is contained in:
@@ -854,7 +854,6 @@ mrb_ary_splice(mrb_state *mrb, mrb_value ary, mrb_int head, mrb_int len, mrb_val
|
||||
ARY_SET_LEN(a, len);
|
||||
}
|
||||
else {
|
||||
|
||||
if (alen - len > ARY_MAX_SIZE - argc) {
|
||||
head = alen + argc - len;
|
||||
goto out_of_range;
|
||||
|
||||
Reference in New Issue
Block a user