mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fix snake_case
This commit is contained in:
parent
5e62a0825a
commit
7d6e4083fa
@ -108,8 +108,8 @@ public:
|
||||
|
||||
std::vector<String> getHints(const String & name) const
|
||||
{
|
||||
static const auto registeredNames = getAllRegisteredNames();
|
||||
return prompter.getHints(name, registeredNames);
|
||||
static const auto registered_names = getAllRegisteredNames();
|
||||
return prompter.getHints(name, registered_names);
|
||||
}
|
||||
|
||||
virtual ~IFactoryWithAliases() {}
|
||||
|
Loading…
Reference in New Issue
Block a user