yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml b/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml
index 492baac..bc49434 100644
--- a/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml
+++ b/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml
@@ -38,15 +38,15 @@
       description: >
           Possible severity for hardware isolation.
       values:
-        - name: Critical
-          description: >
-              Critical hardware to repair or replace.
-        - name: Warning
-          description: >
-              The system can boot without the isolated hardware but,
-              will lose the system configuration benefits of isolated
-              hardware.
-        - name: Manual
-          description: >
-              A user attempted to isolate hardware to proceed with
-              the host to boot.
+          - name: Critical
+            description: >
+                Critical hardware to repair or replace.
+          - name: Warning
+            description: >
+                The system can boot without the isolated hardware but,
+                will lose the system configuration benefits of isolated
+                hardware.
+          - name: Manual
+            description: >
+                A user attempted to isolate hardware to proceed with
+                the host to boot.