goimports

This commit is contained in:
Roman Isaev 2025-02-12 20:58:09 +00:00
parent b74b52de4a
commit 950555a5a5
No known key found for this signature in database
GPG key ID: 7BE2B6A6C89AEC7F

View file

@ -22,8 +22,8 @@ import (
// TODO: add more tests to cover cases related to MSC3861
type mockKeyAPI struct {
t *testing.T
queryKeysData map[string]api.QueryKeysResponse
t *testing.T
queryKeysData map[string]api.QueryKeysResponse
}
func (m mockKeyAPI) QueryKeys(ctx context.Context, req *api.QueryKeysRequest, res *api.QueryKeysResponse) {