Fix format

This commit is contained in:
Salvatore Mesoraca 2023-11-09 14:23:56 +01:00
parent 1174689f8b
commit 178f2bbee5
No known key found for this signature in database
GPG Key ID: 0567E50A25403074

View File

@ -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;