Fix double space

This commit is contained in:
Jonas Platte 2020-08-18 03:10:48 +02:00
parent 6d40361c07
commit 8b362e4b63
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -17,7 +17,7 @@ use std::collections::BTreeMap;
#[cfg(feature = "unstable-synapse-quirks")]
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Sessions {
/// A map of session IDs to key data.
/// A map of session IDs to key data.
pub sessions: BTreeMap<String, KeyData>,
}