mirror of https://github.com/digint/btrbk
btrbk: cosmetics (remove obsolete line of code)
parent
e7ff20114c
commit
5a4f4744c9
1
btrbk
1
btrbk
|
@ -2045,7 +2045,6 @@ sub print_table($;$)
|
||||||
my $spacing = shift // " ";
|
my $spacing = shift // " ";
|
||||||
my $maxlen = 0;
|
my $maxlen = 0;
|
||||||
foreach (@$data) {
|
foreach (@$data) {
|
||||||
next unless defined($_);
|
|
||||||
$maxlen = length($_->[0]) if($maxlen < length($_->[0]));
|
$maxlen = length($_->[0]) if($maxlen < length($_->[0]));
|
||||||
}
|
}
|
||||||
foreach (@$data) {
|
foreach (@$data) {
|
||||||
|
|
Loading…
Reference in New Issue