From 79de061967a4df626b2f2fd25c4c1af1c73bbcca Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 25 Sep 2015 00:11:52 +0200 Subject: perlcritic --- bin/hafas-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hafas-m b/bin/hafas-m index 12f8db8..22eaaab 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -159,7 +159,7 @@ sub display_result { @{$line}[ 0 .. 4 ] ); if ( $line->[5] ) { - print ' ' . $line->[5]; + print q{ } . $line->[5]; } print "\n"; } -- cgit v1.2.3