]> git.proxmox.com Git - proxmox-backup.git/commitdiff
fix indentation
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 19 Oct 2020 07:39:05 +0000 (09:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Oct 2020 12:00:26 +0000 (14:00 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/admin/datastore.rs

index 4f15c1cdbea04c1d7376d40ee5a38ad09210feb7..75e6d32bfc496803fe1ad0fec3ee699188241b20 100644 (file)
@@ -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(