Fix an indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2025-07-14 11:19:10 +09:00
parent f03cc0b514
commit 55baf026ac
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -4203,7 +4203,7 @@ set_const_visibility(VALUE mod, int argc, const VALUE *argv,
ac->flag |= flag; ac->flag |= flag;
} }
} }
rb_clear_constant_cache_for_id(id); rb_clear_constant_cache_for_id(id);
} }
else { else {
undefined_constant(mod, ID2SYM(id)); undefined_constant(mod, ID2SYM(id));