yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml b/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml
index 3ee8190..acb44a3 100644
--- a/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml
+++ b/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml
@@ -7,21 +7,21 @@
 properties:
     - name: CurrentFirmwareCondition
       type: enum[self.FirmwareCondition]
-      default: 'Unknown'
+      default: "Unknown"
       description: >
           The current condition of the host
 
 enumerations:
     - name: FirmwareCondition
       description: >
-        The current condition of the host firmware
+          The current condition of the host firmware
       values:
-        - name: 'Unknown'
-          description: >
-            The condition of the host firmware is unknown
-        - name: 'Off'
-          description: >
-            Host firmware is not responsive to communication
-        - name: 'Running'
-          description: >
-            Host firmware is running and responsive to communication
+          - name: "Unknown"
+            description: >
+                The condition of the host firmware is unknown
+          - name: "Off"
+            description: >
+                Host firmware is not responsive to communication
+          - name: "Running"
+            description: >
+                Host firmware is running and responsive to communication