mirror of
https://github.com/element-hq/dendrite.git
synced 2025-03-14 14:15:35 +00:00
goimports
This commit is contained in:
parent
b74b52de4a
commit
950555a5a5
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue