all: fix formatting
diff --git a/webui/src/web-components/sketch-container-status.ts b/webui/src/web-components/sketch-container-status.ts
index 3994c74..ac7424f 100644
--- a/webui/src/web-components/sketch-container-status.ts
+++ b/webui/src/web-components/sketch-container-status.ts
@@ -201,8 +201,8 @@
           <span id="inputTokens" class="info-value"
             >${formatNumber(
               (this.state?.total_usage?.input_tokens || 0) +
-              (this.state?.total_usage?.cache_read_input_tokens || 0) +
-              (this.state?.total_usage?.cache_creation_input_tokens || 0)
+                (this.state?.total_usage?.cache_read_input_tokens || 0) +
+                (this.state?.total_usage?.cache_creation_input_tokens || 0),
             )}</span
           >
         </div>