Skip to content

Commit

Permalink
ci(chore): Fix stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2023
1 parent 07214e3 commit 517d323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/gocq/qsign.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 517d323

Please sign in to comment.