Fix formatting of spec/ruby/optional/capi/ext/hash_spec.c
This commit is contained in:
parent
de5df203bc
commit
d5abcae435
Notes:
git
2024-12-10 13:39:10 +00:00
@ -136,7 +136,7 @@ VALUE hash_spec_compute_a_hash_code(VALUE self, VALUE seed) {
|
|||||||
|
|
||||||
VALUE hash_spec_rb_hash_bulk_insert(VALUE self, VALUE array_len, VALUE array, VALUE hash) {
|
VALUE hash_spec_rb_hash_bulk_insert(VALUE self, VALUE array_len, VALUE array, VALUE hash) {
|
||||||
VALUE* ptr;
|
VALUE* ptr;
|
||||||
|
|
||||||
if (array == Qnil) {
|
if (array == Qnil) {
|
||||||
ptr = NULL;
|
ptr = NULL;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user