Skip to content

Commit b7a7a9b

Browse files
committed
Fix gofmt formatting
Signed-off-by: Angelina <[email protected]>
1 parent d66bbc4 commit b7a7a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/wallet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ var walletVerify = &cli.Command{
513513
if addr.Protocol() == address.Delegated {
514514
msg = append([]byte{0x19, 0x46}, msg...)
515515
}
516-
516+
517517
sigBytes, err := hex.DecodeString(cctx.Args().Get(2))
518518

519519
if err != nil {

0 commit comments

Comments
 (0)