Update Format.cpp

This commit is contained in:
alexey-milovidov 2020-05-12 19:21:37 +03:00 committed by GitHub
parent 340ca06979
commit 580c218680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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