mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 12:13:09 -06:00
fix lint error
This commit is contained in:
parent
f995735d20
commit
402ba2d5c5
|
|
@ -17,11 +17,6 @@ var (
|
||||||
serverName = gomatrixserverlib.ServerName("example.com")
|
serverName = gomatrixserverlib.ServerName("example.com")
|
||||||
// space separated localpart+password -> account
|
// space separated localpart+password -> account
|
||||||
lookup = make(map[string]*api.Account)
|
lookup = make(map[string]*api.Account)
|
||||||
device = &api.Device{
|
|
||||||
AccessToken: "flibble",
|
|
||||||
DisplayName: "My Device",
|
|
||||||
ID: "device_id_goes_here",
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type fakeAccountDatabase struct {
|
type fakeAccountDatabase struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue