Skip to content

Commit a11f958

Browse files
committed
clippy fix
1 parent cc5350d commit a11f958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/receive_imf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ async fn apply_group_changes(
23262326
Some(from_id),
23272327
to_ids,
23282328
past_ids,
2329-
&chat_group_member_timestamps,
2329+
chat_group_member_timestamps,
23302330
)
23312331
.await?;
23322332
let new_chat_contacts = HashSet::<ContactId>::from_iter(

0 commit comments

Comments
 (0)