mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 10:00:50 -04:00
chore(sdk): Run rustfmt.
This commit is contained in:
@@ -66,9 +66,9 @@ impl SlidingSyncList {
|
||||
///
|
||||
/// This will change the sync-mode but also the request generator.
|
||||
///
|
||||
/// The ranges and the state will be updated when the next request will be sent
|
||||
/// and a response will be received. The maximum number of rooms won't
|
||||
/// change.
|
||||
/// The ranges and the state will be updated when the next request will be
|
||||
/// sent and a response will be received. The maximum number of rooms
|
||||
/// won't change.
|
||||
pub fn set_sync_mode(&self, sync_mode: SlidingSyncMode) {
|
||||
self.inner.set_sync_mode(sync_mode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user