Whitespace cleanup.

This commit is contained in:
Nick Chappell 2014-10-14 22:00:29 -07:00
parent b6271837e3
commit 7d9525bdd5
2 changed files with 6 additions and 7 deletions

View file

@ -32,5 +32,4 @@ object Dependency "<%= @object_name %>" {
<%- if @states.length != 0 -%>
states = [ <%- @states.each do |state| -%> <%= state %>, <%- end -%>]
<%- end -%>
}