Cleanup whitespaces

This commit is contained in:
Sidharth Vinod
2023-02-19 17:41:44 +05:30
parent e0951150b4
commit ac91b9db7a
11 changed files with 48 additions and 48 deletions

View File

@@ -76,7 +76,7 @@ o\{ return 'ZERO_OR_MORE';
start
: 'ER_DIAGRAM' document 'EOF' { /*console.log('finished parsing');*/ }
| directive start
| directive start
;
document

View File

@@ -241,7 +241,7 @@ statement
$$={ stmt: 'state', id: $3.trim(), note:{position: $2.trim(), text: $4.trim()}};
}
| note NOTE_TEXT AS ID
| directive
| directive
| direction
| acc_title acc_title_value { $$=$2.trim();yy.setAccTitle($$); }
| acc_descr acc_descr_value { $$=$2.trim();yy.setAccDescription($$); }