Tweak output (increase indendation)
This commit is contained in:
parent
200beb92bf
commit
0de7e2dda6
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ sub as_printable($self) {
|
|||
$description = $fromto;
|
||||
}
|
||||
push @s, sprintf(
|
||||
"%s%13s %s%s",
|
||||
"%s%15s %s%s",
|
||||
($self->{highlight} || $c->{highlight} ? $HI : $LO),
|
||||
($self->{amount} > 0 ? $c->{amount}->string_flipped("") : $c->{amount}->string),
|
||||
$description,
|
||||
|
|
Loading…
Add table
Reference in a new issue