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

Result: Remove superfluous bless() call

parent ce5a38c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ sub new {
	  || $ref->{route_pre}[0]
	  || $ref->{station};

	return bless( $ref, $obj );
	return $ref;
}

sub parse_ts {