Formatting

This commit is contained in:
Till Faelligen 2023-11-22 10:17:59 +01:00
parent 723b24cfc3
commit 4cbd956922
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -88,7 +88,6 @@ func TestServerKeysTable(t *testing.T) {
assert.Equal(t, res, gotKeys[req]) assert.Equal(t, res, gotKeys[req])
// Upsert a different key to validate querying multiple keys // Upsert a different key to validate querying multiple keys
req2 := gomatrixserverlib.PublicKeyLookupRequest{ req2 := gomatrixserverlib.PublicKeyLookupRequest{
ServerName: "notlocalhost", ServerName: "notlocalhost",
KeyID: "ed25519:test2", KeyID: "ed25519:test2",