Skip to content

Commit b645dad

Browse files
nickwalestruthbk
authored andcommitted
Whitespace removal (#312)
1 parent 3b7362f commit b645dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/agent-conf.d/consul.yaml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ instances:
3737
# - zookeeper
3838
# - gunicorn
3939
# - redis
40-
<% if @service_whitelist and ! @service_whitelist.empty? -%>
40+
<%- if @service_whitelist and ! @service_whitelist.empty? -%>
4141
service_whitelist:
4242
<%- Array(@service_whitelist).each do |svc| -%>
4343
<%- if svc != '' -%>
4444
- <%= svc %>
4545
<%- end -%>
4646
<%- end -%>
47-
<% end -%>
47+
<% end -%>

0 commit comments

Comments
 (0)