From 580c2186805be6e324cbf6c93830fd6ce2ae2491 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Tue, 12 May 2020 19:21:37 +0300 Subject: [PATCH] Update Format.cpp --- programs/format/Format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/format/Format.cpp b/programs/format/Format.cpp index 59338dfc685..daf2d671568 100644 --- a/programs/format/Format.cpp +++ b/programs/format/Format.cpp @@ -65,7 +65,7 @@ int mainEntryClickHouseFormat(int argc, char ** argv) std::cout << "\n;\n"; std::cout << std::endl; } - } while(multiple && pos != end); + } while (multiple && pos != end); } catch (...) {