all: fix formatting
diff --git a/webui/src/web-components/demo/sketch-container-status.demo.html b/webui/src/web-components/demo/sketch-container-status.demo.html
index c653772..05e4f2c 100644
--- a/webui/src/web-components/demo/sketch-container-status.demo.html
+++ b/webui/src/web-components/demo/sketch-container-status.demo.html
@@ -30,8 +30,8 @@
             { proto: "tcp", port: 80, process: "nginx", pid: 200 },
             { proto: "tcp", port: 3000, process: "node", pid: 300 },
             { proto: "tcp", port: 8080, process: "python", pid: 400 },
-            { proto: "tcp", port: 9000, process: "go", pid: 500 }
-          ]
+            { proto: "tcp", port: 9000, process: "go", pid: 500 },
+          ],
         };
       });
     </script>