Skip to content

Commit 8139e28

Browse files
committed
removed extra } from src/compiler/scanner.c
1 parent 9e65897 commit 8139e28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/lexer/scanner.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ static PxTokenType identifierType(Scanner *scanner) {
475475
break;
476476
}
477477
}
478-
}
479478
break;
480479
case 'q':
481480
if (scanner->current - scanner->start > 1) {

0 commit comments

Comments
 (0)