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:
parent
8f6eaca2e1
commit
8008fb7352
Notes:
git
2022-03-25 01:15:07 +09:00
1 changed files with 1 additions and 1 deletions
2
class.c
2
class.c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue