From a3d42d11d26a05af23b20f29191e1f0cb09784a9 Mon Sep 17 00:00:00 2001 From: Juliette Cougnoux Date: Thu, 30 Aug 2018 17:53:06 +0200 Subject: [PATCH] delete trailing spaces --- app/views/checks/_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/checks/_form.html.erb b/app/views/checks/_form.html.erb index 4f8b586..1beaed6 100644 --- a/app/views/checks/_form.html.erb +++ b/app/views/checks/_form.html.erb @@ -12,11 +12,11 @@ <%= f.input :comment %> <%= f.input :vendor %> - + <% if check.ssl? %> <%= f.input :round_robin %> <% end %> - + <% if check.persisted? %> <%= f.input :active %> <% end %>