Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokisan committed Nov 30, 2024
1 parent ea7cfe3 commit d250a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type RateLimitV5Error struct {
}

func (r *RateLimitV5Error) Error() string {
return fmt.Sprintf(r.RetMsg)
return r.RetMsg
}

var (
Expand Down

0 comments on commit d250a5d

Please sign in to comment.