reformat with latest settings

Reformat with the latest settings from openbmc-build-scripts code
formatter.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: If1a2f0afa88f7354f68989b43593efec77d0a1d6
diff --git a/example/lamp-test/lamp-test-led-overrides.json b/example/lamp-test/lamp-test-led-overrides.json
index bf4765b..fd6f237 100644
--- a/example/lamp-test/lamp-test-led-overrides.json
+++ b/example/lamp-test/lamp-test-led-overrides.json
@@ -3,16 +3,11 @@
     // will get triggered during lamp test overriding lamp-test
     // requirements these will be hosted as
     // /xyz/openbmc_project/led/physical/<$name_in_this_file>
-    "forceLEDs":[
-        "virtual_enclosure_fault",
-        "virtual_enclosure_identify"
-    ],
+    "forceLEDs": ["virtual_enclosure_fault", "virtual_enclosure_identify"],
 
     // This section of this json contains name of physical leds that
     // will not get triggered during lamp test
     // these will be hosted as
     // /xyz/openbmc_project/led/physical/<$name_in_this_file>
-    "skipLEDs":[
-    ]
+    "skipLEDs": []
 }
-