delete trailing spaces

This commit is contained in:
Juliette Cougnoux 2018-08-30 17:53:06 +02:00
parent 01974592d2
commit a3d42d11d2
1 changed files with 2 additions and 2 deletions

View File

@ -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 %>