Skip to content

Commit

Permalink
Fix extra newline at end of headers
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
smortex committed Jan 2, 2024
1 parent 4b316af commit 184d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/_file_header.epp
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ MDomain <%= $servername %>
<% } -%>
<% if $limitreqbody { -%>
LimitRequestBody <%= $limitreqbody %>
<% } %>
<% } -%>

0 comments on commit 184d219

Please sign in to comment.