mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 07:09:37 +00:00
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:
parent
ec8a3de133
commit
7abd2da759
@ -306,17 +306,17 @@ pub const ACL_UGID_TYPE_SCHEMA: Schema = StringSchema::new("Type of 'ugid' prope
|
||||
propagate: {
|
||||
schema: ACL_PROPAGATE_SCHEMA,
|
||||
},
|
||||
path: {
|
||||
path: {
|
||||
schema: ACL_PATH_SCHEMA,
|
||||
},
|
||||
ugid_type: {
|
||||
schema: ACL_UGID_TYPE_SCHEMA,
|
||||
},
|
||||
ugid: {
|
||||
ugid: {
|
||||
type: String,
|
||||
description: "User or Group ID.",
|
||||
},
|
||||
roleid: {
|
||||
roleid: {
|
||||
type: Role,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user