test(qq): fix lint formatting
This commit is contained in:
parent
7fa37f23df
commit
0241b11406
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ type transportCall struct {
|
|||
body any
|
||||
}
|
||||
|
||||
func (f *fakeQQAPI) Transport(ctx context.Context, method, url string, body interface{}) ([]byte, error) {
|
||||
func (f *fakeQQAPI) Transport(ctx context.Context, method, url string, body any) ([]byte, error) {
|
||||
f.transportCalls = append(f.transportCalls, transportCall{
|
||||
method: method,
|
||||
url: url,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue