Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit c660407

Browse files
committed
remove unnecessary empty lines
1 parent 48273f6 commit c660407

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/plugin/exec/cmd.conf.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<% unless @exec.empty? %>
1+
<%- unless @exec.empty? -%>
22
Exec "<%= @user %>:<%= @group %>" "<%= @exec.join('" "') %>"
3-
<% end %>
4-
<% unless @notification_exec.empty? %>
3+
<%- end -%>
4+
<%- unless @notification_exec.empty? -%>
55
NotificationExec "<%= @user %>:<%= @group %>" "<%= @notification_exec.join('" "') %>"
6-
<% end %>
6+
<%- end -%>

0 commit comments

Comments
 (0)