new line to make it easier to understand
This commit is contained in:
		
							parent
							
								
									6d0a77fc79
								
							
						
					
					
						commit
						a16129fc59
					
				@ -69,7 +69,8 @@ module Homebrew
 | 
			
		||||
          )
 | 
			
		||||
          fi.fetch_bottle_tab(quiet: !debug)
 | 
			
		||||
 | 
			
		||||
          if !dry_run && dependents && fi.bottle_tab_runtime_dependencies.presence&.all? do |dependency, hash|
 | 
			
		||||
          if !dry_run && dependents
 | 
			
		||||
            fi.bottle_tab_runtime_dependencies.presence&.all? do |dependency, hash|
 | 
			
		||||
              minimum_version = Version.new(hash["version"]) if hash["version"].present?
 | 
			
		||||
              Dependency.new(dependency).installed?(minimum_version:, minimum_revision: hash["revision"])
 | 
			
		||||
            end
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user