mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Style fix
This commit is contained in:
parent
088394a61f
commit
61bfe0b738
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user