Whitespace cleanup.
This commit is contained in:
parent
b6271837e3
commit
7d9525bdd5
2 changed files with 6 additions and 7 deletions
|
@ -32,5 +32,4 @@ object Dependency "<%= @object_name %>" {
|
||||||
<%- if @states.length != 0 -%>
|
<%- if @states.length != 0 -%>
|
||||||
states = [ <%- @states.each do |state| -%> <%= state %>, <%- end -%>]
|
states = [ <%- @states.each do |state| -%> <%= state %>, <%- end -%>]
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue