Commit f3771b96 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

perltidy

parent 0bca47ae
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -420,7 +420,9 @@ sub handle_request {
		{
			next;
		}
		if ( @train_types and not ( List::MoreUtils::any { $train_type =~ m{^$_} } @train_types ))
		if ( @train_types
			and
			not( List::MoreUtils::any { $train_type =~ m{^$_} } @train_types ) )
		{
			next;
		}