summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/amalgamation.rs')
-rw-r--r--openpgp/src/cert/amalgamation.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/amalgamation.rs b/openpgp/src/cert/amalgamation.rs
index 2cac62e2..91328528 100644
--- a/openpgp/src/cert/amalgamation.rs
+++ b/openpgp/src/cert/amalgamation.rs
@@ -647,7 +647,7 @@ pub struct ComponentAmalgamation<'a, C> {
cert: &'a Cert,
bundle: &'a ComponentBundle<C>,
}
-assert_send_and_sync!{ComponentAmalgamation<'_, C>, C}
+assert_send_and_sync!(ComponentAmalgamation<'_, C>, C);
/// A User ID and its associated data.
///
@@ -1078,7 +1078,7 @@ pub struct ValidComponentAmalgamation<'a, C> {
// The binding signature at time `time`. (This is just a cache.)
binding_signature: &'a Signature,
}
-assert_send_and_sync!{ValidComponentAmalgamation<'_, C>, C}
+assert_send_and_sync!(ValidComponentAmalgamation<'_, C>, C);
/// A Valid User ID and its associated data.
///