yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
index 3bb3a01..b6ed9d5 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
@@ -7,7 +7,7 @@
 properties:
     - name: Type
       type: enum[self.AcceleratorType]
-      default: 'Unknown'
+      default: "Unknown"
       description: >
           The type of accelerator.
 
@@ -16,15 +16,15 @@
       description: >
           Possible accelerator type
       values:
-        - name: 'ASIC'
-          description: >
-              An ASIC.
-        - name: 'FPGA'
-          description: >
-              An FPGA.
-        - name: 'GPU'
-          description: >
-              A GPU.
-        - name: 'Unknown'
-          description: >
-              An unknown type.
+          - name: "ASIC"
+            description: >
+                An ASIC.
+          - name: "FPGA"
+            description: >
+                An FPGA.
+          - name: "GPU"
+            description: >
+                A GPU.
+          - name: "Unknown"
+            description: >
+                An unknown type.