Fix style
This commit is contained in:
parent
cb78499cd4
commit
e75a10fafd
@ -592,7 +592,8 @@ class FormulaInstaller
|
||||
|
||||
keep_build_test = false
|
||||
keep_build_test ||= dep.test? && include_test? && @include_test_formulae.include?(dependent.full_name)
|
||||
keep_build_test ||= dep.build? && !install_bottle_for?(dependent, build) && (formula.head? || !dependent.latest_version_installed?)
|
||||
keep_build_test ||= dep.build? && !install_bottle_for?(dependent, build) &&
|
||||
(formula.head? || !dependent.latest_version_installed?)
|
||||
|
||||
if dep.prune_from_option?(build) || ((dep.build? || dep.test?) && !keep_build_test)
|
||||
Dependency.prune
|
||||
|
Loading…
x
Reference in New Issue
Block a user