Fix RuboCop namespace.
This commit is contained in:
		
							parent
							
								
									333642927b
								
							
						
					
					
						commit
						6c03cc0040
					
				@ -369,7 +369,7 @@ class FormulaInstaller
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      $stderr.puts "Please report this to the #{formula.tap} tap!"
 | 
					      $stderr.puts "Please report this to the #{formula.tap} tap!"
 | 
				
			||||||
      false
 | 
					      false
 | 
				
			||||||
    else # rubocop:disable Lint/ElseAlignment
 | 
					    else # rubocop:disable Layout/ElseAlignment
 | 
				
			||||||
      f.linked_keg.exist? && f.opt_prefix.exist?
 | 
					      f.linked_keg.exist? && f.opt_prefix.exist?
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -53,7 +53,7 @@ module Utils
 | 
				
			|||||||
          write.close
 | 
					          write.close
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          exit!
 | 
					          exit!
 | 
				
			||||||
        else # rubocop:disable Lint/ElseAlignment
 | 
					        else # rubocop:disable Layout/ElseAlignment
 | 
				
			||||||
          exit!(true)
 | 
					          exit!(true)
 | 
				
			||||||
        end
 | 
					        end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user