summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2022-11-17 15:29:15 +0100
committerNeal H. Walfield <neal@pep.foundation>2022-11-17 15:29:15 +0100
commit17c4014da597923bf8e103e0dcc0b7ffaa3f2708 (patch)
treeff3e2e1659dda616cce9bf8aa396a391c93be6ab
parent3fdbfc4379e64b15fbed468beab7f52c229e6d80 (diff)
openpgp: Remove gratuitous empty line.
-rw-r--r--openpgp/src/packet/signature.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/src/packet/signature.rs b/openpgp/src/packet/signature.rs
index 84910e25..283d29c0 100644
--- a/openpgp/src/packet/signature.rs
+++ b/openpgp/src/packet/signature.rs
@@ -1901,7 +1901,6 @@ impl Signature4 {
///
/// If you want to sign something, consider using the [`SignatureBuilder`]
/// interface.
- ///
pub fn new(typ: SignatureType, pk_algo: PublicKeyAlgorithm,
hash_algo: HashAlgorithm, hashed_area: SubpacketArea,
unhashed_area: SubpacketArea,