mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 15:23:20 +00:00
Fixed missing newline
This commit is contained in:
@@ -324,7 +324,7 @@ const PGP = {
|
|||||||
text += [
|
text += [
|
||||||
`PGP fingerprint: ${km.get_pgp_fingerprint().toString("hex")}`,
|
`PGP fingerprint: ${km.get_pgp_fingerprint().toString("hex")}`,
|
||||||
`Signed on ${new Date(ds.sig.hashed_subpackets[0].time * 1000).toUTCString()}`,
|
`Signed on ${new Date(ds.sig.hashed_subpackets[0].time * 1000).toUTCString()}`,
|
||||||
"----------------------------------"
|
"----------------------------------\n"
|
||||||
].join("\n");
|
].join("\n");
|
||||||
text += unboxedLiterals.toString();
|
text += unboxedLiterals.toString();
|
||||||
return text.trim();
|
return text.trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user