Skip to content

Commit 6b544d8

Browse files
committed
Spacing fixes, not that I can see any difference in the diff
1 parent ede2665 commit 6b544d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/utils/pypi.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def to_s
9999
if valid_pypi_package?
100100
out = T.must(name)
101101
if (pypi_extras = extras.presence)
102-
out += "[#{pypi_extras.join(",")}]"
102+
out += "[#{pypi_extras.join(",")}]"
103103
end
104104
out += "==#{version}" if version.present?
105105
out

0 commit comments

Comments
 (0)