summaryrefslogtreecommitdiffstats
path: root/openpgp/src/regex
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/regex')
-rw-r--r--openpgp/src/regex/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/regex/mod.rs b/openpgp/src/regex/mod.rs
index 0d4fd7b3..c45e0eb0 100644
--- a/openpgp/src/regex/mod.rs
+++ b/openpgp/src/regex/mod.rs
@@ -852,7 +852,7 @@ impl RegexSet {
Error::InvalidArgument(
format!(
"Expected a certification signature, found a {}",
- t).into())
+ t))
.into()),
}