Tweak output (increase indendation)

This commit is contained in:
Juerd Waalboer 2023-12-26 19:33:11 +01:00
parent 200beb92bf
commit 0de7e2dda6

View file

@ -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,