Remove blank line.
This commit is contained in:
parent
2c0a3fb583
commit
25ae4d4b4a
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ my $prettyDayLine;
|
||||||
|
|
||||||
while (my $line = <THREE_DAYS>) {
|
while (my $line = <THREE_DAYS>) {
|
||||||
my $thisLinePrintable;
|
my $thisLinePrintable;
|
||||||
|
|
||||||
chomp $line;
|
chomp $line;
|
||||||
if ($line =~ /^\S/) {
|
if ($line =~ /^\S/) {
|
||||||
$firstDay = $firstTime;
|
$firstDay = $firstTime;
|
||||||
|
|
Loading…
Add table
Reference in a new issue