Tweak formatting in previous commit.
This commit is contained in:
		
							parent
							
								
									305fca250e
								
							
						
					
					
						commit
						639ea39d9c
					
				@ -353,7 +353,7 @@ private
 | 
				
			|||||||
    hash = fn.incremental_hash(hasher)
 | 
					    hash = fn.incremental_hash(hasher)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if supplied and not supplied.empty?
 | 
					    if supplied and not supplied.empty?
 | 
				
			||||||
      raise "#{type} mismatch\nExpected #{supplied}, got #{hash}\nArchive: #{fn}" unless supplied.upcase == hash.upcase
 | 
					      raise "#{type} mismatch\nExpected: #{supplied}\nGot: #{hash}\nArchive: #{fn}" unless supplied.upcase == hash.upcase
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
      opoo "Cannot verify package integrity"
 | 
					      opoo "Cannot verify package integrity"
 | 
				
			||||||
      puts "The formula did not provide a download checksum"
 | 
					      puts "The formula did not provide a download checksum"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user