Remove blank line.

This commit is contained in:
Bradley M. Kuhn 2013-08-27 19:25:22 -04:00
parent 2c0a3fb583
commit 25ae4d4b4a

View file

@ -46,7 +46,6 @@ my $prettyDayLine;
while (my $line = <THREE_DAYS>) {
my $thisLinePrintable;
chomp $line;
if ($line =~ /^\S/) {
$firstDay = $firstTime;