mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Cosmetic change
This commit is contained in:
parent
7a5a0dfa5e
commit
600f3990d6
1 changed files with 2 additions and 1 deletions
|
@ -6261,7 +6261,8 @@ iseq_compile_array_deconstruct(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NO
|
|||
ADD_INSN(ret, line, pop);
|
||||
ADD_INSN1(ret, line, topn, INT2FIX(deconstructed_pos - 1));
|
||||
ADD_INSNL(ret, line, jump, deconstructed);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
ADD_INSNL(ret, line, jump, deconstruct);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue