mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 08:36:31 +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: {
|
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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user