Fix style

pull/7525/head
eaydingol 2024-02-21 12:26:17 +00:00
parent 0a51de1635
commit 68afd6a531
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static const NonMainDbDistributedStatementInfo NonMainDbSupportedStatements[] =
{ T_GrantStmt, false, NonMainDbCheckSupportedObjectTypeForGrant },
{ T_CreatedbStmt, false, NULL },
{ T_DropdbStmt, false, NULL },
{ T_SecLabelStmt, false, NonMainDbCheckSupportedObjectTypeForSecLabel},
{ T_SecLabelStmt, false, NonMainDbCheckSupportedObjectTypeForSecLabel },
};