From f67cd0d3f2d71f04f2ea430728215e5aa8114652 Mon Sep 17 00:00:00 2001 From: Guillaume Tassery Date: Mon, 11 May 2020 13:46:16 +0700 Subject: [PATCH] remove new line --- src/Interpreters/InterpreterSelectQuery.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Interpreters/InterpreterSelectQuery.cpp b/src/Interpreters/InterpreterSelectQuery.cpp index 93161249e09..3e8b62c0fd6 100644 --- a/src/Interpreters/InterpreterSelectQuery.cpp +++ b/src/Interpreters/InterpreterSelectQuery.cpp @@ -2436,7 +2436,6 @@ void InterpreterSelectQuery::executeLimit(Pipeline & pipeline) void InterpreterSelectQuery::executeOffset(Pipeline & /* pipeline */) {} - void InterpreterSelectQuery::executeWithFill(Pipeline & pipeline) { auto & query = getSelectQuery();