fix lint error

This commit is contained in:
Tak Wai Wong 2022-04-28 10:30:52 -07:00
parent f995735d20
commit 402ba2d5c5

View file

@ -17,11 +17,6 @@ var (
serverName = gomatrixserverlib.ServerName("example.com")
// space separated localpart+password -> account
lookup = make(map[string]*api.Account)
device = &api.Device{
AccessToken: "flibble",
DisplayName: "My Device",
ID: "device_id_goes_here",
}
)
type fakeAccountDatabase struct {