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": []
 }
-
diff --git a/example/led-group-config.json b/example/led-group-config.json
index ccab40a..3c8b985 100644
--- a/example/led-group-config.json
+++ b/example/led-group-config.json
@@ -27,12 +27,12 @@
                     "Action": "On"
                 },
                 {
-                    "Name" : "virtual_enclosure_fault",
-                    "Action" : "On",
-                    "DutyOn" : 50,
-                    "Period" : 0,
-                    "Priority" : "Blink"
-                 }
+                    "Name": "virtual_enclosure_fault",
+                    "Action": "On",
+                    "DutyOn": 50,
+                    "Period": 0,
+                    "Priority": "Blink"
+                }
             ]
         },
         {
@@ -51,12 +51,12 @@
                     "Period": 1000
                 },
                 {
-                    "Name" : "virtual_enclosure_identify",
-                    "Action" : "On",
-                    "DutyOn" : 50,
-                    "Period" : 0,
-                    "Priority" : "Blink"
-                 }
+                    "Name": "virtual_enclosure_identify",
+                    "Action": "On",
+                    "DutyOn": 50,
+                    "Period": 0,
+                    "Priority": "Blink"
+                }
             ]
         },
         {
@@ -75,12 +75,12 @@
                     "Action": "On"
                 },
                 {
-                    "Name" : "virtual_enclosure_fault",
-                    "Action" : "On",
-                    "DutyOn" : 50,
-                    "Period" : 0,
-                    "Priority" : "Blink"
-                 }
+                    "Name": "virtual_enclosure_fault",
+                    "Action": "On",
+                    "DutyOn": 50,
+                    "Period": 0,
+                    "Priority": "Blink"
+                }
             ]
         },
         {
@@ -105,12 +105,12 @@
                     "Period": 1000
                 },
                 {
-                    "Name" : "virtual_enclosure_identify",
-                    "Action" : "On",
-                    "DutyOn" : 50,
-                    "Period" : 0,
-                    "Priority" : "Blink"
-                 }
+                    "Name": "virtual_enclosure_identify",
+                    "Action": "On",
+                    "DutyOn": 50,
+                    "Period": 0,
+                    "Priority": "Blink"
+                }
             ]
         }
     ]