1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Cosmetic change

This commit is contained in:
Kazuki Tsujimoto 2020-06-27 13:53:47 +09:00
parent 7a5a0dfa5e
commit 600f3990d6
No known key found for this signature in database
GPG key ID: BCEA306C49B81CD7

View file

@ -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);
}