diff options
| author | Mike McQuaid | 2017-09-24 20:12:58 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-09-24 21:23:59 +0100 | 
| commit | cf5fdeef1d8e9fd053121145882835b87eec2a43 (patch) | |
| tree | 1b116e75a955f10925619f11db947f0917a55bf9 /Library/Homebrew/exceptions.rb | |
| parent | 01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede (diff) | |
| download | brew-cf5fdeef1d8e9fd053121145882835b87eec2a43.tar.bz2 | |
Rubocop: manual rule fixes.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 8b4cddc59..5418f9331 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -416,7 +416,7 @@ class BuildError < RuntimeError      puts -    if issues && !issues.empty? +    unless issues&.empty?        puts "These open issues may also help:"        puts issues.map { |i| "#{i["title"]} #{i["html_url"]}" }.join("\n")      end | 
