Skip to content

Commit

Permalink
Pad indexes left
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Apr 5, 2018
1 parent 896c7ac commit 1787ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/podite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ sub status {
}
push @rows, \@row;
}
my $fmt = '%-'
my $fmt = '%'
. length( scalar @rows ) . 'd. '
. join( ' / ', map { "\%${_}d" } @spec )
. " %s\n";
Expand Down

0 comments on commit 1787ae9

Please sign in to comment.