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 (...) {