summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-06-17 00:42:46 +0900
committerNobuyoshi Nakada <[email protected]>2025-06-17 12:30:18 +0900
commita60bf9e693706c69484521d4967c9beb4d45772b ()
tree29ae5308d700b94cecac1638eb00009150b771eb /hash.c
parentc09619d91163ea7c042ee3b5de20c23eaf5a2aba (diff)
* adjust indent
Notes: Merged: https://.com/ruby/ruby/pull/13634
-rw-r--r--hash.c1
1 files changed, 0 insertions, 1 deletions
@@ -3872,7 +3872,6 @@ rb_hash_values(VALUE hash)
}
rb_ary_set_len(values, size);
}
-
else {
rb_hash_foreach(hash, values_i, values);
}