Skip to content

Commit

Permalink
Spacing fixes, not that I can see any difference in the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jan 15, 2025
1 parent ede2665 commit 6b544d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/pypi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def to_s
if valid_pypi_package?
out = T.must(name)
if (pypi_extras = extras.presence)
out += "[#{pypi_extras.join(",")}]"
out += "[#{pypi_extras.join(",")}]"
end
out += "==#{version}" if version.present?
out
Expand Down

0 comments on commit 6b544d8

Please sign in to comment.