all: fix formatting
diff --git a/webui/src/web-components/sketch-network-status.ts b/webui/src/web-components/sketch-network-status.ts
index 7029975..f604bd5 100644
--- a/webui/src/web-components/sketch-network-status.ts
+++ b/webui/src/web-components/sketch-network-status.ts
@@ -37,10 +37,7 @@
render() {
// We no longer show any content as the dot is being removed
// The connection status will now be handled by the call-status component
- return html`
- <div class="status-container">
- </div>
- `;
+ return html` <div class="status-container"></div> `;
}
}