Skip to content

Commit cec681c

Browse files
committed
Adjust output formatting for alignment
1 parent 22c0225 commit cec681c

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

24232423
if held_token.fiat_fungible() {
24242424
println!(
2425-
" {:<7} {:<20}",
2425+
" {:<7} {:<22}",
24262426
held_token.to_string(),
24272427
held_token.format_amount(total_held_amount)
24282428
);
24292429
} else {
24302430
println!(
2431-
" {:<7} {:<20} [{}; ${:>4} per {:>4}{}]",
2431+
" {:<7} {:<22} [{}; ${:>4} per {:>4}{}]",
24322432
held_token.to_string(),
24332433
held_token.format_amount(total_held_amount),
24342434
total_value

0 commit comments

Comments
 (0)