Skip to content

Commit

Permalink
Fix rubocop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Oct 12, 2021
1 parent d16640f commit 4510c0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/autoproj/package_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ def self.raw_description_file(raw_local_dir, package_set_name: nil)
source_definition.merge!(newdefs) do |k, old, new|
if old.respond_to?(:to_ary)
old + new
else new
else
new
end
end
end
Expand Down

0 comments on commit 4510c0b

Please sign in to comment.