Skip to content

Commit 55baf02

Browse files
committed
Fix an indent [ci skip]
1 parent f03cc0b commit 55baf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4203,7 +4203,7 @@ set_const_visibility(VALUE mod, int argc, const VALUE *argv,
42034203
ac->flag |= flag;
42044204
}
42054205
}
4206-
rb_clear_constant_cache_for_id(id);
4206+
rb_clear_constant_cache_for_id(id);
42074207
}
42084208
else {
42094209
undefined_constant(mod, ID2SYM(id));

0 commit comments

Comments
 (0)