summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/marker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/marker.rs')
-rw-r--r--openpgp/src/packet/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/marker.rs b/openpgp/src/packet/marker.rs
index 98d5557c..f8b84842 100644
--- a/openpgp/src/packet/marker.rs
+++ b/openpgp/src/packet/marker.rs
@@ -16,7 +16,7 @@ pub struct Marker {
/// CTB packet header fields.
pub(crate) common: packet::Common,
}
-assert_send_and_sync!{Marker}
+assert_send_and_sync!(Marker);
impl Marker {
pub(crate) const BODY: &'static [u8] = &[0x50, 0x47, 0x50];