Skip to content

Commit 184d219

Browse files
committed
Fix extra newline at end of headers
This slept through while converting templates form erb to epp. Remove it so that it is easier to spot regressions if the catalog is not supposed to change but applying it in noop mode wants to change the actual files.
1 parent 4b316af commit 184d219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vhost/_file_header.epp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ MDomain <%= $servername %>
4040
<% } -%>
4141
<% if $limitreqbody { -%>
4242
LimitRequestBody <%= $limitreqbody %>
43-
<% } %>
43+
<% } -%>

0 commit comments

Comments
 (0)