Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hAbuMustafa committed Sep 3, 2024
1 parent 4402527 commit 9ce66b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
export function extendQuery(queryText: string) {
return getRegexString(queryText);
}

0 comments on commit 9ce66b5

Please sign in to comment.