cleanup: Fix indentation.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		
							parent
							
								
									07c64673f7
								
							
						
					
					
						commit
						bd9bb0a4e8
					
				
					 8 changed files with 58 additions and 58 deletions
				
			
		|  | @ -292,9 +292,9 @@ def get_rooms(zulipToJabber: ZulipToJabberBot) -> List[str]: | |||
| 
 | ||||
|     rooms = []  # type: List[str] | ||||
|     for stream_info in stream_infos: | ||||
|             stream = stream_info['name'] | ||||
|             if stream.endswith("/xmpp"): | ||||
|                 rooms.append(stream_to_room(stream)) | ||||
|         stream = stream_info['name'] | ||||
|         if stream.endswith("/xmpp"): | ||||
|             rooms.append(stream_to_room(stream)) | ||||
|     return rooms | ||||
| 
 | ||||
| def config_error(msg: str) -> None: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anders Kaseorg
						Anders Kaseorg