style: enable strict gofumpt (#15579)
This commit is contained in:
@@ -11,7 +11,7 @@ type PubKey interface {
|
||||
|
||||
Address() Address
|
||||
Bytes() []byte
|
||||
VerifySignature(msg []byte, sig []byte) bool
|
||||
VerifySignature(msg, sig []byte) bool
|
||||
Equals(PubKey) bool
|
||||
Type() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user