yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml b/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
index a6dca82..dfd65b7 100644
--- a/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
+++ b/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
@@ -51,31 +51,31 @@
       description: >
           The high threshold alarm asserted.
       properties:
-         - name: SensorValue
-           type: double
-           description: >
-               The sensor value that triggered the alarm change.
+          - name: SensorValue
+            type: double
+            description: >
+                The sensor value that triggered the alarm change.
     - name: CriticalHighAlarmDeasserted
       description: >
           The high threshold alarm deasserted.
       properties:
-         - name: SensorValue
-           type: double
-           description: >
-               The sensor value that triggered the alarm change.
+          - name: SensorValue
+            type: double
+            description: >
+                The sensor value that triggered the alarm change.
     - name: CriticalLowAlarmAsserted
       description: >
           The low threshold alarm asserted.
       properties:
-         - name: SensorValue
-           type: double
-           description: >
-               The sensor value that triggered the alarm change.
+          - name: SensorValue
+            type: double
+            description: >
+                The sensor value that triggered the alarm change.
     - name: CriticalLowAlarmDeasserted
       description: >
           The low threshold alarm deasserted.
       properties:
-         - name: SensorValue
-           type: double
-           description: >
-               The sensor value that triggered the alarm change.
+          - name: SensorValue
+            type: double
+            description: >
+                The sensor value that triggered the alarm change.