Skip to content

Commit

Permalink
Update ConcreteSyntax.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvas12 authored Nov 26, 2024
1 parent c37cdfe commit a8ba3c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/scanner/project/ConcreteSyntax.java
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ private Conditional ifStatement() {
{
match("else");
c.elsebranch=statement();
match("}");
}
else
{
Expand Down

0 comments on commit a8ba3c0

Please sign in to comment.