Skip to content

Commit

Permalink
fix: codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaofei committed Oct 21, 2022
1 parent e211acf commit 7ec328d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wechaty/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const AtSeparatorRegexStr = "[\u2005\u0020]"

const FourPerEmSpace = string(rune(8197))

// AtSeparatorRegex regular expression split '@'
var AtSeparatorRegex = regexp.MustCompile(AtSeparatorRegexStr)

func QRCodeForChatie() *filebox.FileBox {
Expand Down

0 comments on commit 7ec328d

Please sign in to comment.