mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +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});
|
suggest.addWords({name});
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const auto & command : four_letter_word_commands) {
|
for (const auto & command : four_letter_word_commands)
|
||||||
suggest.addWords({command});
|
suggest.addWords({command});
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void KeeperClient::defineOptions(Poco::Util::OptionSet & options)
|
void KeeperClient::defineOptions(Poco::Util::OptionSet & options)
|
||||||
|
Loading…
Reference in New Issue
Block a user