Skip to content

Commit

Permalink
chore: Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored and actions-user committed Sep 29, 2021
1 parent 843f8de commit 98c4781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function isEnclosure(str) {
}

function isGlobby(str) {
if (/\([^()]+$/.test(str)) {
if (/\([^()]+$/.test(str)) {
return true;
}
if (str[0] === '{' || str[0] === '[') {
Expand Down

0 comments on commit 98c4781

Please sign in to comment.