mirror of https://github.com/citusdata/citus.git
Fixes indentation errors
parent
961510bfcf
commit
53adb25d83
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue