Skip to content

Commit 1602b66

Browse files
committed
rustfmt
1 parent 0658fd8 commit 1602b66

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/mimefactory.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,7 @@ impl MimeFactory {
210210
if chat.is_self_talk() {
211211
to.push((from_displayname.to_string(), from_addr.to_string()));
212212

213-
encryption_keys = if msg
214-
.param
215-
.get_bool(Param::ForcePlaintext)
216-
.unwrap_or(false)
217-
{
213+
encryption_keys = if msg.param.get_bool(Param::ForcePlaintext).unwrap_or(false) {
218214
None
219215
} else {
220216
// Encrypt, but only to self.

0 commit comments

Comments
 (0)