Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 28, 2017
1 parent 6905229 commit 54de86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/dump_ay_addons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def dump_addon(a)

ret = prefix + "<!-- #{a.name} -->\n"

ret += prefix + "<!-- Depends on: #{a.depends_on.name} -->\n" if a.depends_on
ret += prefix + "<!-- Depends on: #{a.depends_on.name} -->\n" if a.depends_on

ret += prefix + "<name>#{a.identifier}</name>\n" +
prefix + "<version>#{a.version}</version>\n" +
Expand Down

0 comments on commit 54de86d

Please sign in to comment.