mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Fix whitespace
(imported from commit 095ea8640a18560aae7bd5e045c4f68c96f96f73)
This commit is contained in:
		@@ -87,7 +87,7 @@ MessageList.prototype = {
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
   get: function MessageList_get(id) {
 | 
			
		||||
    get: function MessageList_get(id) {
 | 
			
		||||
        id = parseInt(id, 10);
 | 
			
		||||
        if (isNaN(id)) {
 | 
			
		||||
            return undefined;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user