Fixes indentation errors

pull/7181/head
gindibay 2023-09-07 18:15:36 +03:00
parent 961510bfcf
commit 53adb25d83
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ AppendAlterDatabaseStmt(StringInfo buf, AlterDatabaseStmt *stmt)
appendStringInfo(buf, "WITH");
foreach(cell, stmt->options)
{
DefElem *def = castNode(DefElem, lfirst(cell));
if (strcmp(def->defname, "is_template") == 0)
{