all: fix formatting
diff --git a/webui/playwright-ct.config.ts b/webui/playwright-ct.config.ts
index 4dc1982..7875954 100644
--- a/webui/playwright-ct.config.ts
+++ b/webui/playwright-ct.config.ts
@@ -51,6 +51,6 @@
 
 function getReporterConfig(): PlaywrightTestConfig["reporter"] {
   // Sketch does not understand the junit failure reporting very well.
-  
+
   return [["html", { open: "never" }]];
 }