diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb index ccae94facc..ccd677e7db 100644 --- a/Library/Homebrew/patches.rb +++ b/Library/Homebrew/patches.rb @@ -42,7 +42,7 @@ class Patches private def external_patches - @patches.select{|p| p.external?} + @patches.select{|p| p.external?} end # Collects the urls and output names of all external patches