mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix format
This commit is contained in:
parent
1174689f8b
commit
178f2bbee5
@ -100,7 +100,7 @@ MutableNamedCollectionPtr tryGetNamedCollectionWithOverrides(
|
||||
|
||||
if (!value_override)
|
||||
{
|
||||
if(!(*it)->as<ASTFunction>())
|
||||
if (!(*it)->as<ASTFunction>())
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Expected key-value argument or function");
|
||||
if (allow_override_by_default)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user