Bracket on newline

This commit is contained in:
Rory Crispin 2023-04-22 15:42:57 +01:00 committed by GitHub
parent 5e80e9263e
commit 66300402ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -573,7 +573,8 @@ void checkPrimaryKey(const AttributeNameToConfiguration & all_attrs, const Names
void checkLifetime(const ASTCreateQuery & query)
{
if (query.dictionary->layout && query.dictionary->layout->layout_type == "direct") {
if (query.dictionary->layout && query.dictionary->layout->layout_type == "direct")
{
if (query.dictionary->lifetime)
throw Exception(
ErrorCodes::BAD_ARGUMENTS,