From e246ef0fcc58bb933a5c0554b85f01c34c263841 Mon Sep 17 00:00:00 2001 From: WANGF Date: Mon, 16 Dec 2024 09:44:44 -0500 Subject: [PATCH] Update NeedHelpDirective.js prettier plugin reformating --- .../catalog/components/common/needhelp/NeedHelpDirective.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-ui/src/main/resources/catalog/components/common/needhelp/NeedHelpDirective.js b/web-ui/src/main/resources/catalog/components/common/needhelp/NeedHelpDirective.js index f47e68e93e6..b837e562b05 100644 --- a/web-ui/src/main/resources/catalog/components/common/needhelp/NeedHelpDirective.js +++ b/web-ui/src/main/resources/catalog/components/common/needhelp/NeedHelpDirective.js @@ -146,11 +146,11 @@ * @param url * @returns {string} */ - var processUrl = function(url) { + var processUrl = function (url) { var urlToProcess = new URL(url); urlToProcess.pathname = urlToProcess.pathname.replace(/\/\//g, "/"); return urlToProcess.toString(); - } + }; /** * Get the URL of the corresponding help page and open it in a new tab