Skip to content

Commit

Permalink
Update warden/x/warden/keeper/shield.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Pitasi and coderabbitai[bot] authored Apr 3, 2024
1 parent b0be1b2 commit 570ac20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warden/x/warden/keeper/shield.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func extractSpaceID(msg sdk.Msg) (uint64, error) {
if msg, ok := msg.(getSpaceIder); ok {
return msg.GetSpaceId(), nil
}
return 0, fmt.Errorf("message does not a SpaceId field")
return 0, fmt.Errorf("message does not have a SpaceId field")
}

func (k Keeper) ShieldExpander() ast.Expander {
Expand Down

0 comments on commit 570ac20

Please sign in to comment.