Skip to content

Commit

Permalink
Fix Space
Browse files Browse the repository at this point in the history
  • Loading branch information
waynieack committed Dec 16, 2016
1 parent 9f56b63 commit 2bc322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/site/Geo/WeatherNOAA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ sub get_city_hourly {
#print STDERR "$line\n";
#'@0 A15 @15 A9 @24 A5 @29 A5 @34 A4 @39 A8 @47 A8 @55 A8', $line;

return {} if $values[3] eq 'NOT AVBL'; # Return ref to empty hash
return {} if $values[3] eq 'NOT AVBL'; # Return ref to empty hash

my %retValue;
foreach my $i ( 0 .. $#fields ) {
Expand Down

0 comments on commit 2bc322a

Please sign in to comment.