mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unnecessary elements
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ bool is_code_block_open(struct mrb_parser_state *parser) {
|
||||
|
||||
if (!code_block_open) {
|
||||
// based on the last parser state the code
|
||||
// block seems to be open
|
||||
// block seems to be closed
|
||||
|
||||
// now check if parser error are available
|
||||
if (0 < parser->nerr) {
|
||||
|
||||
Reference in New Issue
Block a user