Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Nov 19, 2023
1 parent d53df2a commit bc8f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsignal-service/src/sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ where
self.create_encrypted_message(
recipient,
unidentified_access,
device_id.into(),
device_id,
content,
)
.await?,
Expand Down

0 comments on commit bc8f646

Please sign in to comment.