Fix Style/FormatStringToken cop (#34861)
				
					
				
			This commit is contained in:
		@@ -239,7 +239,7 @@ module Paperclip
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    def rgb_to_hex(rgb)
 | 
			
		||||
      format('#%02x%02x%02x', rgb.r, rgb.g, rgb.b)
 | 
			
		||||
      format('#%02x%02x%02x', rgb.r, rgb.g, rgb.b) # rubocop:disable Style/FormatStringToken
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user