rustfmt: add trailing commas in match arms, set fn call to block stle (#85)
This commit is contained in:
		
				
					committed by
					
						 Carl Lerche
						Carl Lerche
					
				
			
			
				
	
			
			
			
						parent
						
							de1edf4873
						
					
				
				
					commit
					f7d14861e5
				
			| @@ -69,9 +69,9 @@ impl Ping { | ||||
|         let ack = head.flag() & ACK_FLAG != 0; | ||||
|  | ||||
|         Ok(Ping { | ||||
|                ack, | ||||
|                payload, | ||||
|            }) | ||||
|             ack, | ||||
|             payload, | ||||
|         }) | ||||
|     } | ||||
|  | ||||
|     pub fn encode<B: BufMut>(&self, dst: &mut B) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user