Fix style issues

This commit is contained in:
Nanda H Krishna 2022-12-22 23:52:26 -05:00
parent 213679f19c
commit fe0eb9b5b0
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA
3 changed files with 15 additions and 16 deletions

View File

@ -81,6 +81,7 @@ class URL < Delegator
class BlockDSL
extend T::Sig
# To access URL associated with page contents.
module PageWithURL
extend T::Sig

View File

@ -103,7 +103,7 @@ module Homebrew
arguments = dirs.sort + %w[-type f (]
arguments.concat UNBREWED_EXCLUDE_FILES.flat_map { |f| %W[! -name #{f}] }
arguments.concat UNBREWED_EXCLUDE_PATHS.flat_map { |d| %W[! -path #{d}] }
arguments.concat %w[)]
arguments.push ")"
cd HOMEBREW_PREFIX
safe_system "find", *arguments

View File

@ -721,7 +721,6 @@ class FormulaInstaller
fi = FormulaInstaller.new(
df,
**{
options: options,
link_keg: keg_had_linked_keg ? keg_was_linked : nil,
installed_as_dependency: true,
@ -735,7 +734,6 @@ class FormulaInstaller
debug: debug?,
quiet: quiet?,
verbose: verbose?,
},
)
oh1 "Installing #{formula.full_name} dependency: #{Formatter.identifier(dep.name)}"
fi.install