mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
clang-format
This commit is contained in:
@ -66,7 +66,7 @@ Token QueryLexer::quotedWord()
|
||||
return Token(Token::Type::quotedWord, input.substr(start, index - start));
|
||||
}
|
||||
|
||||
//This should be a lexical error, but the grammar doesn't support it
|
||||
// This should be a lexical error, but the grammar doesn't support it
|
||||
return Token(Token::Type::eof);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user