From 5bb8af07a4550a73eda8c55ad11d92952b7bb09e Mon Sep 17 00:00:00 2001 From: feri Date: Wed, 23 Feb 2022 22:36:18 +0100 Subject: [PATCH] missed two further whitespaces. --- .../src/test/java/org/pgpainless/example/Encrypt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java b/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java index 18831e2f..f31c517b 100644 --- a/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java +++ b/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java @@ -135,7 +135,7 @@ public class Encrypt { * She encrypts the message to both bobs certificate and her own. * A comment header with the text "This comment was added using options." is added * using the fluent ProducerOption syntax. - * + * * Bob subsequently decrypts the message using his key. */ @Test