Fix style

This commit is contained in:
Connor Mann 2021-05-19 13:58:19 -04:00
parent 2bfdbc6b39
commit 3637924230

View File

@ -129,7 +129,8 @@ module Homebrew
safe_system "ls", *ls_args, Cask::Caskroom.path
end
elsif args.verbose? || !$stdout.tty?
system_command! "find", args: args.named.to_default_kegs.map(&:to_s) + %w[-not -type d -print], print_stdout: true
system_command! "find", args: args.named.to_default_kegs.map(&:to_s) + %w[-not -type d -print],
print_stdout: true
else
args.named.to_default_kegs.each { |keg| PrettyListing.new keg }
end