mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	eslint: Enable space-infix-ops rule.
More about rule at https://eslint.org/docs/rules/space-infix-ops
This commit is contained in:
		@@ -179,8 +179,8 @@ exports.get_color_class = _.memoize(function (color) {
 | 
			
		||||
 | 
			
		||||
    // CSS colors are specified in the sRGB color space.
 | 
			
		||||
    // Convert to linear intensity values.
 | 
			
		||||
    for (i=0; i<3; i += 1) {
 | 
			
		||||
        channel[i] = colorspace.sRGB_to_linear(mult * parseInt(match[i+1], 16));
 | 
			
		||||
    for (i = 0; i < 3; i += 1) {
 | 
			
		||||
        channel[i] = colorspace.sRGB_to_linear(mult * parseInt(match[i + 1], 16));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Compute perceived lightness as CIE L*.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user