mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 08:36:54 -04:00
keep the critic (slighly more) happy
This commit is contained in:
@@ -65,8 +65,8 @@ my $action = 'app'; # what to do, can be app or stub
|
||||
my $fmt = '80col'; # format can be 80col, debian, or redhat
|
||||
my $rc = 0;
|
||||
my $MAXCOL = 75;
|
||||
my %MONTHS = ("jan",1,"feb",2,"mar",3,"apr",4,"may",5,"jun",6,
|
||||
"jul",7,"aug",8,"sep",9,"oct",10,"nov",11,"dec",12);
|
||||
my %MONTHS = ('jan',1,'feb',2,'mar',3,'apr',4,'may',5,'jun',6,
|
||||
'jul',7,'aug',8,'sep',9,'oct',10,'nov',11,'dec',12,);
|
||||
|
||||
($user,$email) = guessuser($user,$email);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user