From 98c4781c215e59e629187a52b7550bd2e8e98718 Mon Sep 17 00:00:00 2001 From: phated Date: Wed, 29 Sep 2021 22:04:42 +0000 Subject: [PATCH] chore: Run prettier --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0bd2a95..09dde64 100644 --- a/index.js +++ b/index.js @@ -62,7 +62,7 @@ function isEnclosure(str) { } function isGlobby(str) { - if (/\([^()]+$/.test(str)) { + if (/\([^()]+$/.test(str)) { return true; } if (str[0] === '{' || str[0] === '[') {