mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Follow the code style about else
This commit is contained in:
parent
90e5ce6132
commit
294b52fb9b
7 changed files with 110 additions and 57 deletions
|
@ -55,7 +55,8 @@ load_with_builtin_functions(const char *feature_name, const struct rb_builtin_fu
|
|||
// exec
|
||||
if (rb_namespace_available() && rb_mNamespaceRefiner) {
|
||||
rb_iseq_eval_with_refinement(rb_iseq_check(iseq), rb_mNamespaceRefiner);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
rb_iseq_eval(rb_iseq_check(iseq));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue