mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	eslint: Add key-spacing linter rule.
Apparently, we didn't have one of these, and thus had a moderate number of generally very old violations in the codebase. Fix this and clear the ones that exist..
This commit is contained in:
		@@ -4,9 +4,9 @@ var exports = {};
 | 
			
		||||
 | 
			
		||||
function set_tutorial_status(status, callback) {
 | 
			
		||||
    return channel.post({
 | 
			
		||||
        url:      '/json/users/me/tutorial_status',
 | 
			
		||||
        data:     {status: JSON.stringify(status)},
 | 
			
		||||
        success:  callback,
 | 
			
		||||
        url: '/json/users/me/tutorial_status',
 | 
			
		||||
        data: {status: JSON.stringify(status)},
 | 
			
		||||
        success: callback,
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user