Add missing newline

This commit is contained in:
Jonas Platte 2023-10-19 17:58:19 +02:00
parent d6dd046e5a
commit 86882d04de
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -288,6 +288,7 @@ pub enum CallScope {
/// ///
/// There can only be one per room. /// There can only be one per room.
Room, Room,
/// A user call is owned by a user. /// A user call is owned by a user.
/// ///
/// Each user can create one there can be multiple per room. They are started and ended by the /// Each user can create one there can be multiple per room. They are started and ended by the