Loading bin/hafas +3 −1 Original line number Diff line number Diff line Loading @@ -170,8 +170,10 @@ sub parse_mot_options { my @mots = @{ $desc->{productbits} }; for my $mot ( @{ $desc->{productbits} } ) { if ( ref($mot) eq 'ARRAY' ) { if ( $mot->[0] ne '_' ) { printf( "%-10s %s\n", @{$mot} ); } } else { say $mot; } Loading Loading
bin/hafas +3 −1 Original line number Diff line number Diff line Loading @@ -170,8 +170,10 @@ sub parse_mot_options { my @mots = @{ $desc->{productbits} }; for my $mot ( @{ $desc->{productbits} } ) { if ( ref($mot) eq 'ARRAY' ) { if ( $mot->[0] ne '_' ) { printf( "%-10s %s\n", @{$mot} ); } } else { say $mot; } Loading