Commit 79de0619 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

perlcritic

parent 2d5050ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ sub display_result {
			@{$line}[ 0 .. 4 ]
		);
		if ( $line->[5] ) {
			print '  ' . $line->[5];
			print q{  } . $line->[5];
		}
		print "\n";
	}