Skip to content

Commit

Permalink
Fix formatting of spec/ruby/optional/capi/ext/hash_spec.c
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Dec 9, 2024
1 parent 9f10222 commit 779922f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optional/capi/ext/hash_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 779922f

Please sign in to comment.