Style fix

This commit is contained in:
Tagir Kuskarov 2020-06-04 07:09:26 +04:00
parent 088394a61f
commit 61bfe0b738

View File

@ -35,7 +35,7 @@ ReplxxLineReader::ReplxxLineReader(
}; };
auto highlighter_callback = [this] (const String & query, std::vector<Replxx::Color> & colors ) auto highlighter_callback = [this] (const String & query, std::vector<Replxx::Color> & colors)
{ {
Lexer lexer(query.data(), query.data() + query.size()); Lexer lexer(query.data(), query.data() + query.size());
size_t pos = 0; size_t pos = 0;