Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatureDev committed Apr 11, 2023
1 parent 0ea25e7 commit 6b76fe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model/client/channel/channel_authorize_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ func (c *ChannelAuthorizeRequest) Format(s fmt.State, v rune) {
KeyType string `json:"key_type,omitempty"`
Amount types.XRPCurrencyAmount `json:"amount"`
}
var h fHelper
h = fHelper{
h := fHelper{
ChannelID: c.ChannelID,
KeyType: c.KeyType,
Amount: c.Amount,
Expand Down

0 comments on commit 6b76fe3

Please sign in to comment.