keep the critic (slighly more) happy

This commit is contained in:
Matthew Wall
2020-01-04 14:34:08 -05:00
parent ac8f09e40f
commit 65bffe421d

View File

@@ -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);