pbs-api-types: acl: fix indentation error in macro

expand tabs to spaces

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-03-24 17:56:05 +01:00
parent ec8a3de133
commit 7abd2da759

View File

@ -306,17 +306,17 @@ pub const ACL_UGID_TYPE_SCHEMA: Schema = StringSchema::new("Type of 'ugid' prope
propagate: { propagate: {
schema: ACL_PROPAGATE_SCHEMA, schema: ACL_PROPAGATE_SCHEMA,
}, },
path: { path: {
schema: ACL_PATH_SCHEMA, schema: ACL_PATH_SCHEMA,
}, },
ugid_type: { ugid_type: {
schema: ACL_UGID_TYPE_SCHEMA, schema: ACL_UGID_TYPE_SCHEMA,
}, },
ugid: { ugid: {
type: String, type: String,
description: "User or Group ID.", description: "User or Group ID.",
}, },
roleid: { roleid: {
type: Role, type: Role,
} }
} }