]> git.proxmox.com Git - proxmox-backup.git/commitdiff
api: disks: indentation fixup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 3 Jul 2020 15:59:30 +0000 (17:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 3 Jul 2020 15:59:30 +0000 (17:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/api2/node/disks.rs

index f7c6cd369b1acb75989b5cd857a6955ec6ee90fe..2789142a6a30866ae37a83085ee5c95d352f6e63 100644 (file)
@@ -26,10 +26,10 @@ pub mod zfs;
                 schema: NODE_SCHEMA,
             },
             skipsmart: {
-               description: "Skip smart checks.",
-               type: bool,
-               optional: true,
-               default: false,
+                description: "Skip smart checks.",
+                type: bool,
+                optional: true,
+                default: false,
             },
             "usage-type": {
                 type: DiskUsageType,