mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
chore(sdk): Remove a useless reference.
This commit is contained in:
@@ -91,7 +91,7 @@ impl SlidingSyncList {
|
||||
return Err(Error::CannotModifyRanges(self.name().to_owned()));
|
||||
}
|
||||
|
||||
self.inner.set_ranges(&ranges);
|
||||
self.inner.set_ranges(ranges);
|
||||
self.reset();
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user