1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update formatting per feedback

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
Kevin Newton 2022-03-17 12:38:43 -04:00 committed by Aaron Patterson
parent 8f6eaca2e1
commit 8008fb7352
Notes: git 2022-03-25 01:15:07 +09:00

View file

@ -1276,7 +1276,7 @@ do_include_modules_at(const VALUE klass, VALUE c, VALUE module, int search_super
tbl = RCLASS_CONST_TBL(module);
if (tbl && rb_id_table_size(tbl))
rb_id_table_foreach(tbl, clear_constant_cache_i, (void *) 0);
rb_id_table_foreach(tbl, clear_constant_cache_i, (void *) 0);
skip:
module = RCLASS_SUPER(module);
}