mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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:
		@@ -287,7 +287,7 @@ Socket.prototype = {
 | 
			
		||||
            // immediately reconnect when the page is refreshing
 | 
			
		||||
            return 30;
 | 
			
		||||
        }
 | 
			
		||||
        return Math.min(90, Math.exp(this._connection_failures/2)) * 1000;
 | 
			
		||||
        return Math.min(90, Math.exp(this._connection_failures / 2)) * 1000;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    _try_to_reconnect: function Socket__try_to_reconnect(opts) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user