mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Linting
This commit is contained in:
parent
9e8fbe1338
commit
68a019c423
|
|
@ -26,12 +26,6 @@ var (
|
|||
ID: "device_id_A",
|
||||
DisplayName: "Device A",
|
||||
}
|
||||
testUserDeviceB = authtypes.Device{
|
||||
UserID: testUserIDB,
|
||||
ID: "device_id_B",
|
||||
DisplayName: "Device B",
|
||||
}
|
||||
nullDevice = authtypes.Device{}
|
||||
testRoomVersion = gomatrixserverlib.RoomVersionV4
|
||||
testKeyID = gomatrixserverlib.KeyID("ed25519:storage_test")
|
||||
testPrivateKey = ed25519.NewKeyFromSeed([]byte{
|
||||
|
|
|
|||
Loading…
Reference in a new issue