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:
		@@ -55,7 +55,7 @@ exports.get_user_group_from_name = function (name) {
 | 
			
		||||
 | 
			
		||||
exports.get_realm_user_groups = function () {
 | 
			
		||||
    return user_group_by_id_dict.values().sort(function (a, b) {
 | 
			
		||||
        return (a.id - b.id);
 | 
			
		||||
        return a.id - b.id;
 | 
			
		||||
    });
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user