Fix implicit return (PBP)

This commit is contained in:
Dan Church 2023-07-20 12:37:27 -05:00
parent 7dbbb5422a
commit 31fe372e09
Signed by: h3xx
GPG key ID: EA2BF379CD2CDBD0
9 changed files with 14 additions and 10 deletions

View file

@ -26,4 +26,5 @@ sub put_file {
print $fh 'A';
}
}
return;
}

View file

@ -1,4 +1,3 @@
# vi: et sts=4 sw=4 ts=4
use strict;
use warnings;