Remove redundant spaces

This commit is contained in:
Jonas Platte 2020-04-03 18:54:31 +02:00
parent 81fb260a46
commit 04e03db41d
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -2,10 +2,10 @@
use crate::generate_localpart;
/// A Matrix device ID.
/// A Matrix device ID.
///
/// Device identifiers in Matrix are completely opaque character sequences. This type alias is
/// provided simply for its semantic value.
/// Device identifiers in Matrix are completely opaque character sequences. This type alias is
/// provided simply for its semantic value.
pub type DeviceId = String;
/// Generates a random `DeviceId`, suitable for assignment to a new device.