Skip to content

Commit d7c95cd

Browse files
committed
Change output formatting
1 parent 4d78e9e commit d7c95cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ async fn maybe_println_lot(
17841784
let current_value = current_value
17851785
.map(|current_value| {
17861786
format!(
1787-
"value: ${}{}",
1787+
"value: {:>14}{}",
17881788
current_value.separated_string_with_fixed_place(2),
17891789
liquidity_ui_amount
17901790
)
@@ -1798,7 +1798,7 @@ async fn maybe_println_lot(
17981798
};
17991799

18001800
let msg = format!(
1801-
"{:>5}. {} | {:>20} at ${:<6} | {:<35} | income: ${:<11} | {} gain: ${:<14}{} {}",
1801+
"{:>5}. {} | {:>10} at {:>6} | {} | income: {:>11} | {} gain: {:>14}{} {}",
18021802
lot.lot_number,
18031803
lot.acquisition.when,
18041804
token.format_ui_amount(ui_amount),

0 commit comments

Comments
 (0)