diff options
| author | ilovezfs | 2017-06-01 04:23:53 -0700 |
|---|---|---|
| committer | GitHub | 2017-06-01 04:23:53 -0700 |
| commit | 8b26deef20697c3d68fc42987f2513cb1e953c77 (patch) | |
| tree | 14bf38f815db5fc30c3d1e26dfb0a18d4e536540 /Library/Homebrew/cmd/search.rb | |
| parent | 63b2eb9ffd1a0131194e99c65e3f0e1e1980ed9b (diff) | |
| parent | 197392b56d38a4f5225886f1a10e2ccaa51faa98 (diff) | |
| download | brew-8b26deef20697c3d68fc42987f2513cb1e953c77.tar.bz2 | |
Merge pull request #2715 from Homebrew/revert-2698-operator-style
Revert "Fix operator spacing."
Diffstat (limited to 'Library/Homebrew/cmd/search.rb')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index ed438f846..f71a14ba1 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -114,7 +114,7 @@ module Homebrew def search_formulae(regex) aliases = Formula.alias_full_names - results = (Formula.full_names + aliases).grep(regex).sort + results = (Formula.full_names+aliases).grep(regex).sort results.map do |name| begin |
