From 9ce66b50cd0ddb58ee8c054885eb2a6b32effd05 Mon Sep 17 00:00:00 2001 From: hAbuMustafa Date: Tue, 3 Sep 2024 18:48:17 +0300 Subject: [PATCH] formatting --- src/utils.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index f36debb..5da205c 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -57,7 +57,6 @@ export function compare(str1: string, ...strs: string[]): boolean { * @param {string} queryText the string you want to expand to a RegEx string * @returns {string} */ -export function extendQuery(queryText : string){ - - return getRegexString(queryText) -} \ No newline at end of file +export function extendQuery(queryText: string) { + return getRegexString(queryText); +}