yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml b/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
index ee8de8c..eed4373 100644
--- a/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
+++ b/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
@@ -11,20 +11,20 @@
           can be used if want to isolate hardware without an error log,
           for example, the user voluntarily tried to isolate hardware.
       parameters:
-        - name: IsolateHardware
-          type: path
-          description: >
-              The hardware inventory path which is needs to isolate.
-        - name: Severity
-          type: enum[xyz.openbmc_project.HardwareIsolation.Entry.Type]
-          description: >
-              The severity of hardware isolation.
+          - name: IsolateHardware
+            type: path
+            description: >
+                The hardware inventory path which is needs to isolate.
+          - name: Severity
+            type: enum[xyz.openbmc_project.HardwareIsolation.Entry.Type]
+            description: >
+                The severity of hardware isolation.
       returns:
-        - name: Path
-          type: path
-          description: >
-              The path of created xyz.openbmc_project.HardwareIsolation.Entry
-              object.
+          - name: Path
+            type: path
+            description: >
+                The path of created xyz.openbmc_project.HardwareIsolation.Entry
+                object.
       errors:
           - xyz.openbmc_project.Common.Error.InvalidArgument
           - xyz.openbmc_project.Common.Error.TooManyResources
@@ -42,24 +42,24 @@
           of this method need to pass the bmc error log which caused
           the isolation.
       parameters:
-        - name: IsolateHardware
-          type: path
-          description: >
-              The hardware inventory path which is needs to isolate.
-        - name: Severity
-          type: enum[xyz.openbmc_project.HardwareIsolation.Entry.Type]
-          description: >
-              The severity of hardware isolation.
-        - name: BmcErrorLog
-          type: path
-          description: >
-              The BMC error log caused the isolation of hardware.
+          - name: IsolateHardware
+            type: path
+            description: >
+                The hardware inventory path which is needs to isolate.
+          - name: Severity
+            type: enum[xyz.openbmc_project.HardwareIsolation.Entry.Type]
+            description: >
+                The severity of hardware isolation.
+          - name: BmcErrorLog
+            type: path
+            description: >
+                The BMC error log caused the isolation of hardware.
       returns:
-        - name: Path
-          type: path
-          description: >
-              The path of created xyz.openbmc_project.HardwareIsolation.Entry
-              object.
+          - name: Path
+            type: path
+            description: >
+                The path of created xyz.openbmc_project.HardwareIsolation.Entry
+                object.
       errors:
           - xyz.openbmc_project.Common.Error.InvalidArgument
           - xyz.openbmc_project.Common.Error.TooManyResources
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.