From 86ad678509cdbdc091f1916417b2872e604bbb65 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Wed, 9 Dec 2020 15:18:19 +0300 Subject: [PATCH] Add last new line --- miniserv.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}