Skip to content

Commit

Permalink
gno fmt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekLahbib committed Oct 1, 2024
1 parent 8fa25ef commit 7e174be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/grc/grc20/types.gno
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
ErrInsufficientAllowance = errors.New("insufficient allowance")
ErrInvalidAddress = errors.New("invalid address")
ErrCannotTransferToSelf = errors.New("cannot send transfer to self")
ErrUnderflow = errors.New("the amount is higher than the total supply")
ErrUnderflow = errors.New("the amount is higher than the total supply")
)

type Token interface {
Expand Down

0 comments on commit 7e174be

Please sign in to comment.