Skip to content

Commit

Permalink
chore(sdk): Make Clippy happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Mar 3, 2025
1 parent 19127b7 commit cd19fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk/src/event_cache/room/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ mod private {
let room_version = self.room_version.clone();

for event in &events {
self.maybe_apply_new_redaction(&room_version, &event).await?;
self.maybe_apply_new_redaction(&room_version, event).await?;
}
}

Expand Down

0 comments on commit cd19fdc

Please sign in to comment.