mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
ArmorUtils: Fix spotless complaints
This commit is contained in:
parent
2ed16e8f52
commit
a99430318e
1 changed files with 2 additions and 1 deletions
|
@ -247,7 +247,8 @@ class ArmorUtils {
|
||||||
.add(OpenPgpFingerprint.of(publicKey).prettyPrint())
|
.add(OpenPgpFingerprint.of(publicKey).prettyPrint())
|
||||||
// Primary / First User ID
|
// Primary / First User ID
|
||||||
(primary ?: first)?.let {
|
(primary ?: first)?.let {
|
||||||
headerMap.getOrPut(HEADER_COMMENT) { mutableSetOf() }
|
headerMap
|
||||||
|
.getOrPut(HEADER_COMMENT) { mutableSetOf() }
|
||||||
.add(it.replace("\n", "\\n").replace("\r", "\\r"))
|
.add(it.replace("\n", "\\n").replace("\r", "\\r"))
|
||||||
}
|
}
|
||||||
// X-1 further identities
|
// X-1 further identities
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue