[pbs-devel] [PATCH proxmox-backup 01/15] fix indentation

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Oct 19 09:39:05 CEST 2020


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 src/api2/admin/datastore.rs | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/api2/admin/datastore.rs b/src/api2/admin/datastore.rs
index 4f15c1cd..75e6d32b 100644
--- a/src/api2/admin/datastore.rs
+++ b/src/api2/admin/datastore.rs
@@ -1489,7 +1489,7 @@ fn set_notes(
 }
 
 #[api(
-   input: {
+    input: {
         properties: {
             store: {
                 schema: DATASTORE_SCHEMA,
@@ -1504,10 +1504,10 @@ fn set_notes(
                 type: Userid,
             },
         },
-   },
-   access: {
-       permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true),
-   },
+    },
+    access: {
+        permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true),
+    },
 )]
 /// Change owner of a backup group
 fn set_backup_owner(
-- 
2.20.1






More information about the pbs-devel mailing list