diff options
author | Satoshi Tagomori <[email protected]> | 2025-05-08 23:38:00 +0900 |
---|---|---|
committer | Satoshi Tagomori <[email protected]> | 2025-05-11 23:32:50 +0900 |
commit | 294b52fb9b1c96479f6c1aba563ae7376419688a () | |
tree | 37675ff6209aa6065ece00b2f0fb9f9a8bfafe2c /mini_builtin.c | |
parent | 90e5ce6132f874ed719bbb9fecd87ad2392ffbdd (diff) |
Follow the code style about else
-rw-r--r-- | mini_builtin.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -111,7 +111,8 @@ rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin const rb_iseq_t *iseq; if (rb_namespace_available() && rb_mNamespaceRefiner) { load_with_builtin_functions(feature_name, table); - } else { iseq = builtin_iseq_load(feature_name, table); rb_iseq_eval(iseq); } |