test push

This commit is contained in:
2023-08-02 01:41:25 +02:00
parent 5cea62fcb4
commit e810810c48

View File

@@ -1,8 +1,6 @@
package main package main
import ( import "strings"
"strings"
)
var bracketsCompile = makeRegex(`( *)\((.|\n)+\)( *)`) var bracketsCompile = makeRegex(`( *)\((.|\n)+\)( *)`)