Fix trailing-whitespace pylint errors
This commit is contained in:
		
							parent
							
								
									e842298724
								
							
						
					
					
						commit
						f12dfb811d
					
				
					 8 changed files with 20 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -812,7 +812,8 @@ class ChatControl(ChatControlBase):
 | 
			
		|||
        if obj.kind == KindConstant.CHAT_MSG_SENT:
 | 
			
		||||
            kind = 'outgoing'
 | 
			
		||||
 | 
			
		||||
        self.print_conversation(obj.msgtxt, kind, tim=obj.timestamp,
 | 
			
		||||
        self.print_conversation(
 | 
			
		||||
            obj.msgtxt, kind, tim=obj.timestamp,
 | 
			
		||||
            encrypted=obj.encrypted, correct_id=obj.correct_id,
 | 
			
		||||
            msg_stanza_id=obj.message_id, additional_data=obj.additional_data)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue