Loading lib/Travel/Status/DE/IRIS/Stations.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8519,7 +8519,7 @@ sub get_station_by_location { my @station_map = pairwise { [ $a, $b ] } @candidates, @distances; @station_map = sort { $a->[1] <=> $b->[1] } @station_map; splice( @station_map, 10 ); splice( @station_map, $num_matches ); return @station_map; } scripts/acronyms.pl +1 −1 Original line number Diff line number Diff line Loading @@ -1891,7 +1891,7 @@ sub get_station_by_location { my @station_map = pairwise { [ $a, $b ] } @candidates, @distances; @station_map = sort { $a->[1] <=> $b->[1] } @station_map; splice( @station_map, 10 ); splice( @station_map, $num_matches ); return @station_map; } Loading Loading
lib/Travel/Status/DE/IRIS/Stations.pm +1 −1 Original line number Diff line number Diff line Loading @@ -8519,7 +8519,7 @@ sub get_station_by_location { my @station_map = pairwise { [ $a, $b ] } @candidates, @distances; @station_map = sort { $a->[1] <=> $b->[1] } @station_map; splice( @station_map, 10 ); splice( @station_map, $num_matches ); return @station_map; }
scripts/acronyms.pl +1 −1 Original line number Diff line number Diff line Loading @@ -1891,7 +1891,7 @@ sub get_station_by_location { my @station_map = pairwise { [ $a, $b ] } @candidates, @distances; @station_map = sort { $a->[1] <=> $b->[1] } @station_map; splice( @station_map, 10 ); splice( @station_map, $num_matches ); return @station_map; } Loading