mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Remove a bunch more trailing whitespace.
(imported from commit 5d1cc8dcb0b26eaf95ddca26574b361b6948cdb8)
This commit is contained in:
		@@ -15,7 +15,7 @@ def asynchronous(method):
 | 
			
		||||
        try:
 | 
			
		||||
            v = method(request, request._tornado_handler, *args, **kwargs)
 | 
			
		||||
            if v == None or type(v) == types.GeneratorType:
 | 
			
		||||
                raise TornadoAsyncException 
 | 
			
		||||
                raise TornadoAsyncException
 | 
			
		||||
        except _DefGen_Return, e:
 | 
			
		||||
            request._tornado_handler.finish(e.value.content)
 | 
			
		||||
        return v
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user