Skip to content

Commit

Permalink
gofmt -s listings.go
Browse files Browse the repository at this point in the history
  • Loading branch information
anchaj committed Dec 16, 2019
1 parent e0647d3 commit cb62a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/listings.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ func (n *OpenBazaarNode) extractListingData(listing *pb.SignedListing) (ListingD
Language: listing.Listing.Metadata.Language,
ModeratorIDs: listing.Listing.Moderators,
AcceptedCurrencies: listing.Listing.Metadata.AcceptedCurrencies,
Testnet: listing.Listing.Testnet,
Testnet: listing.Listing.Testnet,
}
return ld, nil
}
Expand Down

0 comments on commit cb62a6b

Please sign in to comment.