diff --git a/dbms/src/TableFunctions/TableFunctionRemote.cpp b/dbms/src/TableFunctions/TableFunctionRemote.cpp index 7296e4c5c49..18f3658e483 100644 --- a/dbms/src/TableFunctions/TableFunctionRemote.cpp +++ b/dbms/src/TableFunctions/TableFunctionRemote.cpp @@ -141,7 +141,7 @@ StoragePtr TableFunctionRemote::executeImpl(const ASTPtr & ast_function, const C /// Use an existing cluster from the main config cluster = context.getCluster(cluster_name); } - else + else { /// Create new cluster from the scratch size_t max_addresses = context.getSettingsRef().table_function_remote_max_addresses;