Correct Caddyfile formatting
Running 'caddy validate' on included Caddyfile triggered the warning: Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies {"adapter": "caddyfile", "file": "Caddyfile", "line": 12}
This fix removes the empty line (at line 12) and the validation will no longer complain.
Fixing #5 (closed)