Skip to content

Commit

Permalink
Make RuboCop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 21, 2022
1 parent d411bac commit 090961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/src/modules/PackagesProposal.rb
Expand Up @@ -184,7 +184,7 @@ def RemoveResolvables(unique_id, type, resolvables, optional: false)
end

log.info("Removing #{log_label(optional)} #{resolvables.inspect} " \
"type #{type} for #{unique_id}")
"type #{type} for #{unique_id}")

current_resolvables = data_for(unique_id, type, data(optional))
current_resolvables.reject! { |r| resolvables.include?(r) }
Expand Down

0 comments on commit 090961e

Please sign in to comment.