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