1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2022-02-09 07:02:21 +00:00
parent e1937e9f15
commit 0145879f37

View File

@ -163,7 +163,6 @@ func expand(s string, mapping func(string) string) string {
} }
return m return m
}) })
} }
func cut(s, sep string) (before, after string, found bool) { func cut(s, sep string) (before, after string, found bool) {