Skip to content

Commit 6e503ea

Browse files
committed
Adjust output formatting for alignment
1 parent 95e7fe7 commit 6e503ea

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
@@ -2653,13 +2653,13 @@ async fn process_account_list(
26532653

26542654
if held_token.fiat_fungible() {
26552655
println!(
2656-
" {:<7} {:<20}",
2656+
" {:<7} {:<22}",
26572657
held_token.to_string(),
26582658
held_token.format_amount(total_held_amount)
26592659
);
26602660
} else {
26612661
println!(
2662-
" {:<7} {:<20} [{}; ${:>4} per {:>4}{}]",
2662+
" {:<7} {:<22} [{}; ${:>4} per {:>4}{}]",
26632663
held_token.to_string(),
26642664
held_token.format_amount(total_held_amount),
26652665
total_value

0 commit comments

Comments
 (0)