Skip to content

Commit 743b4fd

Browse files
committed
!fixup
1 parent dc4657d commit 743b4fd

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/event_cache

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/event_cache/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
use std::{collections::BTreeMap, fmt, iter::once, result::Result as StdResult, sync::Arc};
15+
use std::{collections::BTreeMap, fmt, iter::once, result::Result as StdResult};
1616

1717
use async_trait::async_trait;
1818
use matrix_sdk_common::deserialized_responses::SyncTimelineEvent;

0 commit comments

Comments
 (0)