Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikek16 committed Dec 14, 2023
1 parent a547588 commit 33700bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mermaid/src/diagrams/er/parser/erDiagram.jison
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ o\{ return 'ZERO_OR_MORE';
\.\- return 'NON_IDENTIFYING';
\-\. return 'NON_IDENTIFYING';
[A-Za-z_\u0080-\uFFFF][A-Za-z0-9\-_\u0080-\uFFFF]* return 'ALPHANUM';

. return yytext[0];
<<EOF>> return 'EOF';

Expand Down

0 comments on commit 33700bf

Please sign in to comment.