Fix formatting of spec/ruby/optional/capi/ext/hash_spec.c

This commit is contained in:
Andrew Konchin 2024-12-09 21:00:08 +02:00 committed by Benoit Daloze
parent de5df203bc
commit d5abcae435
Notes: git 2024-12-10 13:39:10 +00:00

View File

@ -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* ptr;
if (array == Qnil) {
ptr = NULL;
} else {