mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Style
This commit is contained in:
parent
32c63f43a1
commit
ce9c0c2da3
@ -163,6 +163,6 @@ std::vector<std::string> UserDefinedSQLFunctionFactory::getAllRegisteredNames()
|
||||
bool UserDefinedSQLFunctionFactory::empty() const
|
||||
{
|
||||
std::lock_guard lock(mutex);
|
||||
return function_name_to_create_query.size() == 0;
|
||||
return function_name_to_create_query.empty();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user