]> git.proxmox.com Git - flutter/proxmox_dart_api_client.git/commitdiff
run darfmt
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 29 May 2021 12:02:34 +0000 (14:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 29 May 2021 12:02:34 +0000 (14:02 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/src/models/pve_nodes_disks_list_model.dart

index 5d70d63cbaec338cb0f832e55a58d224d2d2eddc..60a928ca72b6d189c3c8c8f8e72928723c62f723 100644 (file)
@@ -25,8 +25,7 @@ abstract class PveNodesDisksListModel
   String get wearout_percentage {
     try {
       return "${(100 - double.parse(wearout.toString()))}%";
-    }
-    catch(e) {
+    } catch (e) {
       return wearout.toString();
     }
   }