code formatting fixups

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2022-06-05 10:36:40 +02:00
parent e2aeff40eb
commit a40ffb92ac
2 changed files with 8 additions and 4 deletions

View File

@ -297,9 +297,9 @@ pub const ROUTER: Router = Router::new().post(&API_METHOD_RESTORE);
},
access: {
// Note: parameters are no uri parameter, so we need to test inside function body
description: "The user needs Tape.Read privilege on /tape/pool/{pool} \
and /tape/drive/{drive}, Datastore.Backup privilege on /datastore/{store}/[{namespace}],\
Datastore.Modify privileges to create namespaces (if they don't exist).",
description: "The user needs Tape.Read privilege on /tape/pool/{pool} and \
/tape/drive/{drive}, Datastore.Backup privilege on /datastore/{store}/[{namespace}], \
Datastore.Modify privileges to create namespaces (if they don't exist).",
permission: &Permission::Anybody,
},
)]