Skip to content

Commit 9275329

Browse files
cleanup formatting
1 parent 2c61c1a commit 9275329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func UnmarshalMap(metadata map[string]interface{}, output interface{}) error {
305305
func ExtractAmount(
306306
balances []*Amount,
307307
currency *Currency,
308-
) (*Amount) {
308+
) *Amount {
309309
for _, b := range balances {
310310
if Hash(b.Currency) != Hash(currency) {
311311
continue

0 commit comments

Comments
 (0)