mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
Fix implicit return (PBP)
This commit is contained in:
parent
7dbbb5422a
commit
31fe372e09
9 changed files with 14 additions and 10 deletions
|
@ -26,4 +26,5 @@ sub put_file {
|
|||
print $fh 'A';
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# vi: et sts=4 sw=4 ts=4
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue