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] 2023-10-01 04:29:02 +00:00
parent 07214e396e
commit 517d323953

View File

@ -292,7 +292,6 @@ var lastToken = ""
func sign(seq uint64, uin string, cmd string, qua string, buff []byte) (sign []byte, extra []byte, token []byte, err error) {
i := 0
for {
sign, extra, token, err = signRequset(seq, uin, cmd, qua, buff)
cs := ss.get()
if cs == nil {