From 6b792f66349294b2e68cb9ae154591033b0536cd Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Fri, 30 May 2025 14:38:24 +0200 Subject: [PATCH] Fix formatting in comment --- apps/desktop/src/utils.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/desktop/src/utils.ts b/apps/desktop/src/utils.ts index 57713627e16..dd4e8a45f07 100644 --- a/apps/desktop/src/utils.ts +++ b/apps/desktop/src/utils.ts @@ -74,9 +74,8 @@ export function isWindowsPortable() { /** * We block the browser integration on some unsupported platforms, which also - * blocks partially supported platforms / prevents - * experimenting with the feature for QA. So this env var allows overriding - * the block. + * blocks partially supported platforms / prevents experimenting with the feature + * for QA. So this env var allows overriding the block. */ export function allowBrowserintegrationOverride() { return process.env.ALLOW_BROWSER_INTEGRATION_OVERRIDE === "true";