remove blank line

This commit is contained in:
Tammi L. Coles 2023-11-13 21:18:15 +01:00
parent a76acf950b
commit 7e89a9f11f

View file

@ -36,7 +36,6 @@ OpenPGP data signatures can be applied in three distinct forms[^sign-modes-gpg]:
- **Inline**: Both the original data and its corresponding OpenPGP signature are encapsulated within an OpenPGP container.
- **Cleartext signature**: A plaintext message and its OpenPGP signature coexist in a combined text format, preserving the readability of the original message.
[^sign-modes-gpg]: These three forms of signature application align with GnuPG's `--detach-sign`, `--sign`, and `--clearsign` command options.
### Detached signatures