Remove extra type signatures
This commit is contained in:
		
							parent
							
								
									2afbd38dde
								
							
						
					
					
						commit
						f84265f9a2
					
				@ -5,7 +5,6 @@ module Homebrew
 | 
			
		||||
  module API
 | 
			
		||||
    module Analytics
 | 
			
		||||
      class << self
 | 
			
		||||
        sig { returns(String) }
 | 
			
		||||
        def analytics_api_path
 | 
			
		||||
          return generic_analytics_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,6 @@ module Homebrew
 | 
			
		||||
  module API
 | 
			
		||||
    module Bottle
 | 
			
		||||
      class << self
 | 
			
		||||
        sig { returns(String) }
 | 
			
		||||
        def bottle_api_path
 | 
			
		||||
          return generic_bottle_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,6 @@ module Homebrew
 | 
			
		||||
  module API
 | 
			
		||||
    module Formula
 | 
			
		||||
      class << self
 | 
			
		||||
        sig { returns(String) }
 | 
			
		||||
        def formula_api_path
 | 
			
		||||
          return generic_formula_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user