client-api: Remove unwanted empty line

This commit is contained in:
Kévin Commaille 2024-11-29 12:40:07 +01:00 committed by strawberry
parent 73702b74f1
commit 99081fd7d2

View File

@ -51,7 +51,6 @@ pub mod v3 {
impl Request {
/// Creates a new `Request` with the given version and room_id.
pub fn new(version: String, room_id: OwnedRoomId) -> Self {
Self { version, room_id }
}