From 6b544d8b836ac0437774b5980410c19a1f2d0a24 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 15 Jan 2025 23:35:09 +0000 Subject: [PATCH] Spacing fixes, not that I can see any difference in the diff --- Library/Homebrew/utils/pypi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/pypi.rb b/Library/Homebrew/utils/pypi.rb index 88eadbb42d32a..7a0a684f1391b 100644 --- a/Library/Homebrew/utils/pypi.rb +++ b/Library/Homebrew/utils/pypi.rb @@ -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