summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-08-20 10:57:47 -0400
committerPeter Zhu <peter@peterzhu.ca>2025-08-20 10:57:47 -0400
commit9d484e3412750580c85a6950a8304d8ad0b4d8d5 (patch)
treefbed0efcb32ae2b351459df3ab78e34172d3ce81 /vm_method.c
parent683dd92de82bd8c93eee6860ebcd3f6336ad0c04 (diff)
Fix indentation in clear_method_cache_by_id_in_class [ci skip]
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index c1793c102c..722daf0a6a 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -510,7 +510,7 @@ clear_method_cache_by_id_in_class(VALUE klass, ID mid)
}
rb_gccct_clear_table(Qnil);
-}
+ }
}
static void