diff --git a/miniserv.pl b/miniserv.pl index 85531bf88..054dae6eb 100755 --- a/miniserv.pl +++ b/miniserv.pl @@ -6422,4 +6422,4 @@ sub getenv { my ($key) = @_; return $ENV{ uc($key) } || $ENV{ lc($key) }; -} \ No newline at end of file +}