api: datastore: add missing whitespace in description

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2024-09-12 16:32:50 +02:00 committed by Fabian Grünbichler
parent 6950c7e4ef
commit 0a916665ae

View File

@ -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",
},
)]