tasks: Fix code style
This commit is contained in:
		@@ -249,8 +249,7 @@ class Task(futures.Future):
 | 
			
		||||
                    result._blocking = False
 | 
			
		||||
                    result.add_done_callback(self._wakeup)
 | 
			
		||||
                    self._fut_waiter = result
 | 
			
		||||
                    if self._must_cancel:
 | 
			
		||||
                        if self._fut_waiter.cancel():
 | 
			
		||||
                    if self._must_cancel and self._fut_waiter.cancel():
 | 
			
		||||
                        self._must_cancel = False
 | 
			
		||||
                else:
 | 
			
		||||
                    self._loop.call_soon(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user