From 4c0c75d4ea4f4f9e65f607fefab2b7a0b0e6978b Mon Sep 17 00:00:00 2001 From: gonzocrazy <github@tappsville.com> Date: Thu, 6 May 2021 19:42:24 +1200 Subject: [PATCH] Add linebreak after lifetime attribute --- templates/client.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/client.conf.erb b/templates/client.conf.erb index dc19dd9..c2a8461 100644 --- a/templates/client.conf.erb +++ b/templates/client.conf.erb @@ -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 %> -- GitLab