Skip to content
Snippets Groups Projects
Commit 4c0c75d4 authored by gonzocrazy's avatar gonzocrazy
Browse files

Add linebreak after lifetime attribute

parent e08f212c
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ client <%= @shortname %> {
max_connections = <%= @max_connections %>
<%- end -%>
<%- if defined?(@lifetime) -%>
lifetime = <%= @lifetime -%>
lifetime = <%= @lifetime %>
<%- end -%>
<%- if defined?(@idle_timeout) -%>
idle_timeout = <%= @idle_timeout %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment