Fix double space
This commit is contained in:
parent
6d40361c07
commit
8b362e4b63
@ -17,7 +17,7 @@ use std::collections::BTreeMap;
|
|||||||
#[cfg(feature = "unstable-synapse-quirks")]
|
#[cfg(feature = "unstable-synapse-quirks")]
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||||
pub struct Sessions {
|
pub struct Sessions {
|
||||||
/// A map of session IDs to key data.
|
/// A map of session IDs to key data.
|
||||||
pub sessions: BTreeMap<String, KeyData>,
|
pub sessions: BTreeMap<String, KeyData>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user