Skip to content

Commit

Permalink
Remove unnecessary line break
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 15, 2021
1 parent f6077fe commit 84e2d6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bundler/lib/bundler/resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@ def version_conflict_message(e)
o << SharedHelpers.pretty_dependency(conflict.requirement)
o << "'" unless metadata_requirement
if conflict.requirement_trees.first.size > 1
o << ", which is required by "
o << "gem '#{SharedHelpers.pretty_dependency(conflict.requirement_trees.first[-2])}',"
o << ", which is required by gem '#{SharedHelpers.pretty_dependency(conflict.requirement_trees.first[-2])}',"
end
o << " "

Expand Down

0 comments on commit 84e2d6a

Please sign in to comment.