mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix an indent [ci skip]
This commit is contained in:
parent
f03cc0b514
commit
55baf026ac
1 changed files with 1 additions and 1 deletions
|
@ -4203,7 +4203,7 @@ set_const_visibility(VALUE mod, int argc, const VALUE *argv,
|
|||
ac->flag |= flag;
|
||||
}
|
||||
}
|
||||
rb_clear_constant_cache_for_id(id);
|
||||
rb_clear_constant_cache_for_id(id);
|
||||
}
|
||||
else {
|
||||
undefined_constant(mod, ID2SYM(id));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue