From de5d5f76181ea11e9ca91b7f32214a94e9cfd747 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 5 May 2022 08:43:40 +0200 Subject: [PATCH] router: format doc comment, use full text width Signed-off-by: Thomas Lamprecht --- proxmox-router/src/permission.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/proxmox-router/src/permission.rs b/proxmox-router/src/permission.rs index f861b349..d3767b51 100644 --- a/proxmox-router/src/permission.rs +++ b/proxmox-router/src/permission.rs @@ -86,9 +86,8 @@ impl UserInformation for std::sync::Arc { /// Example implementation to check access permissions /// -/// This implementation supports URI variables in Privilege path -/// components, i.e. '{storage}'. We replace this with actual -/// parameter values before calling lookup_privs(). +/// This implementation supports URI variables in Privilege path components, i.e. '{storage}'. +/// We replace this with actual parameter values before calling lookup_privs(). pub fn check_api_permission( perm: &Permission, userid: Option<&str>,