mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix style issues
This commit is contained in:
parent
213679f19c
commit
fe0eb9b5b0
@ -81,6 +81,7 @@ class URL < Delegator
|
||||
class BlockDSL
|
||||
extend T::Sig
|
||||
|
||||
# To access URL associated with page contents.
|
||||
module PageWithURL
|
||||
extend T::Sig
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user