Skip to content

Commit 7ec328d

Browse files
committed
fix: codeclimate
1 parent e211acf commit 7ec328d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wechaty/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const AtSeparatorRegexStr = "[\u2005\u0020]"
1414

1515
const FourPerEmSpace = string(rune(8197))
1616

17+
// AtSeparatorRegex regular expression split '@'
1718
var AtSeparatorRegex = regexp.MustCompile(AtSeparatorRegexStr)
1819

1920
func QRCodeForChatie() *filebox.FileBox {

0 commit comments

Comments
 (0)