From aea9b045319d0a5b3fefca0e041b2e39753b2a3d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 13 May 2023 21:13:18 -0700 Subject: [PATCH] fix style --- snippets/ssl-acme.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ssl-acme.conf b/snippets/ssl-acme.conf index 52b3867..7eaf708 100644 --- a/snippets/ssl-acme.conf +++ b/snippets/ssl-acme.conf @@ -2,4 +2,4 @@ location '/.well-known/acme-challenge' { default_type "text/plain"; root /var/www/html; -} \ No newline at end of file +}