Skip to content

Commit 779922f

Browse files
committed
Fix formatting of spec/ruby/optional/capi/ext/hash_spec.c
1 parent 9f10222 commit 779922f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optional/capi/ext/hash_spec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ VALUE hash_spec_compute_a_hash_code(VALUE self, VALUE seed) {
136136

137137
VALUE hash_spec_rb_hash_bulk_insert(VALUE self, VALUE array_len, VALUE array, VALUE hash) {
138138
VALUE* ptr;
139-
139+
140140
if (array == Qnil) {
141141
ptr = NULL;
142142
} else {

0 commit comments

Comments
 (0)