Skip to content

Commit a8e8e5b

Browse files
authored
Update ConcreteSyntax.java
...
1 parent 2c6b354 commit a8e8e5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/scanner/project/ConcreteSyntax.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private Declarations declarations() {
4646
while (token.getValue().equals("integer") || token.getValue().equals("bool")) {
4747
declaration(ds);
4848
}
49-
return ds;
49+
return ds;
5050
}
5151

5252
// single declaration line
@@ -300,5 +300,4 @@ private boolean isInteger(String s) {
300300
result = false;
301301
return result;
302302
}
303-
304303
}

0 commit comments

Comments
 (0)