From 0a916665aefcf968369522844103015e6825e872 Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Thu, 12 Sep 2024 16:32:50 +0200 Subject: [PATCH] api: datastore: add missing whitespace in description Signed-off-by: Christian Ebner --- src/api2/admin/datastore.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api2/admin/datastore.rs b/src/api2/admin/datastore.rs index 5dcbc850d..7660dd7f6 100644 --- a/src/api2/admin/datastore.rs +++ b/src/api2/admin/datastore.rs @@ -271,7 +271,7 @@ pub fn list_groups( }, access: { permission: &Permission::Anybody, - description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\ + description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \ or DATASTORE_PRUNE and being the owner of the group", }, )] @@ -378,7 +378,7 @@ pub async fn list_snapshot_files( }, access: { permission: &Permission::Anybody, - description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\ + description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \ or DATASTORE_PRUNE and being the owner of the group", }, )] @@ -958,7 +958,7 @@ pub fn verify( returns: pbs_api_types::ADMIN_DATASTORE_PRUNE_RETURN_TYPE, access: { permission: &Permission::Anybody, - description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\ + description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \ or DATASTORE_PRUNE and being the owner of the group", }, )]