Commit 4c0c75d4 authored by gonzocrazy's avatar gonzocrazy
Browse files

Add linebreak after lifetime attribute

parent e08f212c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 %>