mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f6edae0918
removed unnecessary block scopes in dump_node cases to reduce indentation: - NODE_SCOPE: removed scope variable, use macros directly - NODE_HASH: removed block around hash pair iteration - NODE_CLASS, NODE_MODULE, NODE_SCLASS: removed blocks around body dumps improves code readability with cleaner indentation. Co-authored-by: Claude <noreply@anthropic.com>