mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
style fix
This commit is contained in:
parent
e6d01c617b
commit
ef9f66e36f
@ -76,9 +76,8 @@ void KeeperClient::loadCommands(std::vector<std::tuple<String, size_t, Callback>
|
||||
suggest.addWords({name});
|
||||
}
|
||||
|
||||
for (const auto & command : four_letter_word_commands) {
|
||||
for (const auto & command : four_letter_word_commands)
|
||||
suggest.addWords({command});
|
||||
}
|
||||
}
|
||||
|
||||
void KeeperClient::defineOptions(Poco::Util::OptionSet & options)
|
||||
|
Loading…
Reference in New Issue
Block a user