mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
1900c8e0f4
commit
cd8e4e61a2
|
@ -323,7 +323,6 @@ DeparseCreateDatabaseStmt(Node *node)
|
|||
static void
|
||||
AppendCreateDatabaseStmt(StringInfo buf, CreatedbStmt *stmt)
|
||||
{
|
||||
|
||||
appendStringInfo(buf,
|
||||
"CREATE DATABASE %s",
|
||||
quote_identifier(stmt->dbname));
|
||||
|
|
Loading…
Reference in New Issue