diff options
| author | Dominyk Tiller | 2016-05-16 18:46:47 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2016-05-26 11:05:10 +0100 |
| commit | 56375a7b44af55ca7062768f77d6d19c1b2a06bf (patch) | |
| tree | 0c368cb0dd0e3bd7b93deec800d1439c36ca7882 /Library | |
| parent | 2c6fa07e6d3f5b28f3ae198d6d84889b3d728585 (diff) | |
| download | brew-56375a7b44af55ca7062768f77d6d19c1b2a06bf.tar.bz2 | |
audit: minor spacing nit
Closes #248.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 77670ad11..c42603f4d 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -74,9 +74,9 @@ module Homebrew problem_count += fa.problems.size problem_lines = fa.problems.map { |p| "* #{p.chomp.gsub("\n", "\n ")}" } if ARGV.include? "--display-filename" - puts problem_lines.map { |s| "#{f.path}: #{s}"} + puts problem_lines.map { |s| "#{f.path}: #{s}" } else - puts "#{f.full_name}:", problem_lines.map { |s| " #{s}"} + puts "#{f.full_name}:", problem_lines.map { |s| " #{s}" } end end |
