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

perltidy

parent 4a8d1a09
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@ use parent 'Class::Accessor';
our $VERSION = '3.01';

Travel::Status::DE::EFA::Trip->mk_ro_accessors(
	qw(operator product product_class name line number type id dest_name dest_id));
	qw(operator product product_class name line number type id dest_name dest_id)
);

sub new {
	my ( $obj, %conf ) = @_;