Skip to content

Commit 950555a

Browse files
committed
goimports
1 parent b74b52d commit 950555a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clientapi/routing/key_crosssigning_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
// TODO: add more tests to cover cases related to MSC3861
2323

2424
type mockKeyAPI struct {
25-
t *testing.T
26-
queryKeysData map[string]api.QueryKeysResponse
25+
t *testing.T
26+
queryKeysData map[string]api.QueryKeysResponse
2727
}
2828

2929
func (m mockKeyAPI) QueryKeys(ctx context.Context, req *api.QueryKeysRequest, res *api.QueryKeysResponse) {

0 commit comments

Comments
 (0)