Unverified Commit e859ea29 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Journeys->get: type: trim trailing white space (hello, hafas)

parent f7e48adf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -643,7 +643,7 @@ sub get {
			is_motis             => $entry->{is_motis},
			backend_name         => $entry->{backend_name},
			backend_id           => $entry->{backend_id},
			type                 => $entry->{train_type},
			type                 => $entry->{train_type} =~ s{ \s+ $ }{}rx,
			line                 => $entry->{train_line},
			no                   => $entry->{train_no},
			from_eva             => $entry->{dep_eva},