mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
adjust indent
This commit is contained in:
+1
-1
@@ -3061,7 +3061,7 @@ f_opt_asgn : tIDENTIFIER '='
|
||||
|
||||
f_opt : f_opt_asgn arg_value
|
||||
{
|
||||
$$ = cons(nsym($1), $2);
|
||||
$$ = cons(nsym($1), $2);
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user