mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
trim comment lines.
This commit is contained in:
parent
7a77d0847a
commit
a1deb531a4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public final class EncryptionStream extends OutputStream {
|
|||
String[] commentLines = options.getComment().split("\n");
|
||||
for (String commentLine : commentLines) {
|
||||
if (!commentLine.trim().isEmpty()) {
|
||||
ArmorUtils.addCommentHeader(armorOutputStream, commentLine);
|
||||
ArmorUtils.addCommentHeader(armorOutputStream, commentLine.trim());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue