Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon committed Aug 28, 2023
1 parent 47a962c commit 6de25cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/core/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func (ord *OrderReader) SimpleRateString() string {
func (ord *OrderReader) RateString() string {
rateStr := ord.formatRate(ord.Rate)
if ord.Type == order.MarketOrderType {
nMatches := len(ord.Matches)
nMatches := len(ord.Matches)
if nMatches == 0 {
return "market" // "market" is better than 0 BTC/ETH ?
}
Expand Down

0 comments on commit 6de25cb

Please sign in to comment.