Loading bin/efa-m +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ sub show_lines { } push( @output, [ $l->type, $l->name, $l->direction // q{}, $l->route // q{} ] ); [ $l->type, $l->name, $l->direction // q{}, q{}, $l->route // q{} ] ); } display_result(@output); Loading Loading
bin/efa-m +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ sub show_lines { } push( @output, [ $l->type, $l->name, $l->direction // q{}, $l->route // q{} ] ); [ $l->type, $l->name, $l->direction // q{}, q{}, $l->route // q{} ] ); } display_result(@output); Loading