[pbs-devel] [PATCH v3 proxmox-backup 01/33] api: datastore: add missing whitespace in description

Christian Ebner c.ebner at proxmox.com
Thu Sep 12 16:32:50 CEST 2024


Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
changes since version 2:
- no changes

 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 b66449bde..0a5af1e76 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",
     },
 )]
-- 
2.39.2





More information about the pbs-devel mailing list