all: fix formatting
diff --git a/webui/src/web-components/sketch-monaco-view.ts b/webui/src/web-components/sketch-monaco-view.ts
index 9f996f3..48fd66e 100644
--- a/webui/src/web-components/sketch-monaco-view.ts
+++ b/webui/src/web-components/sketch-monaco-view.ts
@@ -808,7 +808,7 @@
// Get the selected text using the expanded selection
this.selectedText = model.getValueInRange(expandedSelection);
-
+
// Update the selection range to reflect the full lines
this.selectionRange = {
startLineNumber: expandedSelection.startLineNumber,