1
0
Fork 0
forked from External/ergo

bump ircfmt to fix snomask bug

This commit is contained in:
Shivaram Lingamneni 2021-01-08 14:33:22 -05:00
parent 0db4b42ffe
commit 3e86f68278
4 changed files with 5 additions and 3 deletions

View file

@ -102,7 +102,7 @@ var (
"default": "99",
}
bracketedExpr = regexp.MustCompile(`^\[.*\]`)
bracketedExpr = regexp.MustCompile(`^\[.*?\]`)
colourDigits = regexp.MustCompile(`^[0-9]{1,2}$`)
)