Fixes indentation

pull/7517/head
gurkanindibay 2024-02-19 10:50:38 +03:00
parent 47b4b7779f
commit dc9be6754d
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ AppendGrantRoleStmt(StringInfo buf, GrantRoleStmt *stmt)
AppendRoleList(buf, stmt->grantee_roles);
AppendGrantWithAdminOption(buf, stmt);
AppendGrantedByInGrantForRoleSpec(buf, stmt->grantor, stmt->is_grant);
AppendGrantRestrictAndCascadeForRoleSpec(buf, stmt->behavior,stmt->is_grant);
AppendGrantRestrictAndCascadeForRoleSpec(buf, stmt->behavior, stmt->is_grant);
appendStringInfo(buf, ";");
}