From 36541954dbbe7cb8c69c57f0945dd74f4826ebba Mon Sep 17 00:00:00 2001 From: "Justin Kolasa (from Dev Box)" Date: Tue, 6 May 2025 09:19:24 -0400 Subject: [PATCH] Prettier run --- src/Explorer/Explorer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 4905b43c1..0fb9c1072 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -305,9 +305,9 @@ export default class Explorer { } }, 1000); - const link = document.createElement('a'); + const link = document.createElement("a"); link.href = vscodeUrl; - link.rel = 'noopener noreferrer'; + link.rel = "noopener noreferrer"; document.body.appendChild(link); try {