Skip to content

Commit

Permalink
chore: improve logging in findBestMarketToSell
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Oct 16, 2023
1 parent fd446ca commit b67510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/trading.dart
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ MarketTrip? findBestMarketToSell(
'${creditsString(extraEarnings)} extra '
'(including ${creditsString(-extraFuelCost)} for fuel) '
'over ${approximateDuration(extraTime)} '
'($earningsPerSecond/s)');
'(${earningsPerSecond.toStringAsFixed(1)}/s)');
best = trip;
break;
} else {
Expand Down

0 comments on commit b67510f

Please sign in to comment.