mirror of
https://github.com/YACReader/yacreader
synced 2025-07-16 03:54:34 -04:00
clang-format
This commit is contained in:
@ -113,7 +113,7 @@ std::string QueryParser::token(bool advance)
|
||||
|
||||
auto lexeme = currentToken.lexeme();
|
||||
|
||||
auto res = (tokenType() == Token::Type::quotedWord) ? currentToken.lexeme().substr(1, lexeme.size() - 2) : lexeme; //TODO process quotedWordDiferently?
|
||||
auto res = (tokenType() == Token::Type::quotedWord) ? currentToken.lexeme().substr(1, lexeme.size() - 2) : lexeme; // TODO process quotedWordDiferently?
|
||||
if (advance) {
|
||||
this->advance();
|
||||
}
|
||||
|
Reference in New Issue
Block a user