summaryrefslogtreecommitdiffstats
path: root/openpgp/src/fmt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/fmt.rs')
-rw-r--r--openpgp/src/fmt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/fmt.rs b/openpgp/src/fmt.rs
index db372fdf..b748f8a2 100644
--- a/openpgp/src/fmt.rs
+++ b/openpgp/src/fmt.rs
@@ -61,7 +61,7 @@ pub mod hex {
offset: usize,
}
- assert_send_and_sync!{Dumper<W>, W: io::Write}
+ assert_send_and_sync!(Dumper<W>, W: io::Write);
impl<W: io::Write> Dumper<W> {
/// Creates a new dumper.