Remove redundant spaces
This commit is contained in:
parent
81fb260a46
commit
04e03db41d
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
use crate::generate_localpart;
|
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
|
/// Device identifiers in Matrix are completely opaque character sequences. This type alias is
|
||||||
/// provided simply for its semantic value.
|
/// provided simply for its semantic value.
|
||||||
pub type DeviceId = String;
|
pub type DeviceId = String;
|
||||||
|
|
||||||
/// Generates a random `DeviceId`, suitable for assignment to a new device.
|
/// Generates a random `DeviceId`, suitable for assignment to a new device.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user