client-api: Remove unwanted empty line
This commit is contained in:
		
							parent
							
								
									73702b74f1
								
							
						
					
					
						commit
						99081fd7d2
					
				@ -51,7 +51,6 @@ pub mod v3 {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    impl Request {
 | 
					    impl Request {
 | 
				
			||||||
        /// Creates a new `Request` with the given version and room_id.
 | 
					        /// Creates a new `Request` with the given version and room_id.
 | 
				
			||||||
 | 
					 | 
				
			||||||
        pub fn new(version: String, room_id: OwnedRoomId) -> Self {
 | 
					        pub fn new(version: String, room_id: OwnedRoomId) -> Self {
 | 
				
			||||||
            Self { version, room_id }
 | 
					            Self { version, room_id }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user