mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-15 13:42:26 +03:00
another goimports fix
This commit is contained in:
parent
b95070393e
commit
9ebcebee43
3 changed files with 4 additions and 7 deletions
|
@ -39,7 +39,7 @@ var KeyTypeIntToPurpose = map[int16]fclient.CrossSigningKeyPurpose{
|
|||
|
||||
type CrossSigningKey struct {
|
||||
UpdatableWithoutUIABeforeMs *int64
|
||||
KeyData spec.Base64Bytes
|
||||
KeyData spec.Base64Bytes
|
||||
}
|
||||
|
||||
// Map of purpose -> public key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue