[#7918] Bad formatting of constraints in CREATE TABLE statements

This commit is contained in:
lukaseder 2018-10-08 12:50:50 +02:00
parent 8704370c23
commit 6f76dd4dd2

View File

@ -250,7 +250,7 @@ implements
.sql(')');
}
if (getQualifiedName() == AbstractName.NO_NAME)
if (getQualifiedName() != AbstractName.NO_NAME)
ctx.formatIndentEnd();
}
}