Skip to content

Commit

Permalink
remove extra empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisc committed Jun 2, 2016
1 parent 8ca7d5d commit 4200f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etc/sensu/uchiwa.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"pass": "<%= endpoint['pass'] || default_endpoint['pass'] %>",
"path": "<%= endpoint['path'] || default_endpoint['path'] %>",
"timeout": <%= endpoint['timeout'] || default_endpoint['timeout'] %>
}<%= ',' if j < (endpoint['host'].size - 1) %>
<%- end %>
}<%= ',' if j < (endpoint['host'].size - 1) -%>
<%- end -%>
<%= ',' if i < (@sensu_api_endpoints.size - 1) %>
<%- end -%>
],
Expand Down

0 comments on commit 4200f9a

Please sign in to comment.