diff --git a/src/Interpreters/Context.cpp b/src/Interpreters/Context.cpp index bcbde3ef6af..98816a4eab9 100644 --- a/src/Interpreters/Context.cpp +++ b/src/Interpreters/Context.cpp @@ -1563,7 +1563,7 @@ void Context::reloadClusterConfig() return; } - /// Clusters config has been suddenly changed, recompute clusters + // Clusters config has been suddenly changed, recompute clusters } } }