summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/aed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/aed.rs')
-rw-r--r--openpgp/src/packet/aed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/aed.rs b/openpgp/src/packet/aed.rs
index de44d2fd..791da403 100644
--- a/openpgp/src/packet/aed.rs
+++ b/openpgp/src/packet/aed.rs
@@ -124,7 +124,7 @@ pub struct AED1 {
/// This is a container packet.
container: packet::Container,
}
-assert_send_and_sync!{AED1}
+assert_send_and_sync!(AED1);
impl std::ops::Deref for AED1 {
type Target = packet::Container;