summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_parser_builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/packet_parser_builder.rs')
-rw-r--r--openpgp/src/parse/packet_parser_builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/packet_parser_builder.rs b/openpgp/src/parse/packet_parser_builder.rs
index dfea3e25..a5617a04 100644
--- a/openpgp/src/parse/packet_parser_builder.rs
+++ b/openpgp/src/parse/packet_parser_builder.rs
@@ -51,7 +51,7 @@ pub enum Dearmor {
/// [`ReaderMode`]: ../armor/enum.ReaderMode.html
Auto(armor::ReaderMode),
}
-assert_send_and_sync!{Dearmor}
+assert_send_and_sync!(Dearmor);
impl Default for Dearmor {
fn default() -> Self {