From 7abd2da759d4aae498efd109acf87a26693fc6ab Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 24 Mar 2025 17:56:05 +0100 Subject: [PATCH] pbs-api-types: acl: fix indentation error in macro expand tabs to spaces Signed-off-by: Thomas Lamprecht --- pbs-api-types/src/acl.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pbs-api-types/src/acl.rs b/pbs-api-types/src/acl.rs index e2f97f06..e7b87285 100644 --- a/pbs-api-types/src/acl.rs +++ b/pbs-api-types/src/acl.rs @@ -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, } }