From 0ee255ae36969361d87fcd424d83fd9aa7b34b7a Mon Sep 17 00:00:00 2001 From: Ming-jun Lu Date: Tue, 26 Dec 2023 17:02:03 +0000 Subject: [PATCH] [ci] format --- .../src/runtime/client/dev-overlay/plugins/utils/highlight.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts b/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts index f7defec1f2e9..726905b71d4b 100644 --- a/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts +++ b/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts @@ -66,8 +66,8 @@ export function attachTooltipToHighlight( } if (dialogRect.right > document.documentElement.clientWidth) { // Not enough space on the right, align to the right - tooltip.style.right = '0px'; - } + tooltip.style.right = '0px'; + } }); });