summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/s2k.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/s2k.rs')
-rw-r--r--openpgp/src/crypto/s2k.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/s2k.rs b/openpgp/src/crypto/s2k.rs
index 18472554..eae95b90 100644
--- a/openpgp/src/crypto/s2k.rs
+++ b/openpgp/src/crypto/s2k.rs
@@ -114,7 +114,7 @@ pub enum S2K {
parameters: Option<Box<[u8]>>,
},
}
-assert_send_and_sync!{S2K}
+assert_send_and_sync!(S2K);
impl Default for S2K {
fn default() -> Self {