Skip to content

Commit 5b384aa

Browse files
committed
fix syntax error typo
1 parent bb83829 commit 5b384aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pgp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ pub async fn pk_encrypt(
251251
) -> Result<String> {
252252
let lit_msg = Message::new_literal_bytes("", plain);
253253

254-
spawn_named_blocking_task("pk_encrypt", move || {
254+
spawn_named_blocking_task!("pk_encrypt", move || {
255255
let pkeys: Vec<SignedPublicKeyOrSubkey> = public_keys_for_encryption
256256
.iter()
257257
.filter_map(select_pk_for_encryption)

0 commit comments

Comments
 (0)