Fix double space

This commit is contained in:
Jonas Platte 2022-10-24 15:25:26 +02:00
parent 876e8e38aa
commit 54183bd748
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -15,7 +15,7 @@ pub mod v3 {
name: "report_content",
r0_path: "/_matrix/client/r0/rooms/:room_id/report/:event_id",
stable_path: "/_matrix/client/v3/rooms/:room_id/report/:event_id",
rate_limited: false,
rate_limited: false,
authentication: AccessToken,
added: 1.0,
}