mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
minor; remove redundant comment bit
This commit is contained in:
@ -1098,7 +1098,7 @@ static void nextToken(Parser* parser)
|
||||
skipLineComment(parser);
|
||||
break;
|
||||
}
|
||||
// Otherwise we treat it as a token a token
|
||||
// Otherwise we treat it as a token
|
||||
makeToken(parser, TOKEN_HASH);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user