move empty line into conditional block

This commit is contained in:
Phil Friderici (ephifre) 2015-04-09 11:34:31 +02:00
parent 538deaecf5
commit a30a509889

View File

@ -203,8 +203,8 @@ AllowUsers <%= @sshd_config_allowusers_real.join(' ') %>
<% if @sshd_config_allowgroups -%>
AllowGroups <%= @sshd_config_allowgroups_real.join(' ') %>
<% end -%>
<% if @sshd_config_match -%>
<% @sshd_config_match.sort.each do |key, hash| -%>
Match <%= key %>
<% hash.sort.each do |values| -%>