Skip to content

Commit 9d484e3

Browse files
committed
Fix indentation in clear_method_cache_by_id_in_class [ci skip]
1 parent 683dd92 commit 9d484e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm_method.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ clear_method_cache_by_id_in_class(VALUE klass, ID mid)
510510
}
511511

512512
rb_gccct_clear_table(Qnil);
513-
}
513+
}
514514
}
515515

516516
static void

0 commit comments

Comments
 (0)