Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Apr 23, 2024
1 parent 3669ff2 commit bd98a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/vesting/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import (

// errors
var (
ErrDuplicate = errorsmod.Register(ModuleName, 301, "duplicate")
ErrNoPermission = errorsmod.Register(ModuleName, 302, "signer not in the permissions list to create vesting account")
)
ErrDuplicate = errorsmod.Register(ModuleName, 301, "duplicate")
ErrNoPermission = errorsmod.Register(ModuleName, 302, "signer not in the permissions list to create vesting account")
)

0 comments on commit bd98a96

Please sign in to comment.