mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	eslint: Enable no-extra-parens rule.
				
					
				
			Following sub-configuration is disabled:
                "nestedBinaryExpressions": false,
			
			
This commit is contained in:
		@@ -19,7 +19,7 @@ exports.encode_operand = function (operator, operand) {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if ((operator === 'stream')) {
 | 
			
		||||
    if (operator === 'stream') {
 | 
			
		||||
        return exports.encode_stream_name(operand);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user