Skip to content

Commit

Permalink
cleanup formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fkneeland-figure committed Nov 24, 2021
1 parent 2c61c1a commit 9275329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func UnmarshalMap(metadata map[string]interface{}, output interface{}) error {
func ExtractAmount(
balances []*Amount,
currency *Currency,
) (*Amount) {
) *Amount {
for _, b := range balances {
if Hash(b.Currency) != Hash(currency) {
continue
Expand Down

0 comments on commit 9275329

Please sign in to comment.