Explorar o código

Fixed missing newline

Matt C %!s(int64=7) %!d(string=hai) anos
pai
achega
50a3cc57ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/operations/PGP.js

+ 1 - 1
src/core/operations/PGP.js

@@ -324,7 +324,7 @@ const PGP = {
                     text += [
                         `PGP fingerprint: ${km.get_pgp_fingerprint().toString("hex")}`,
                         `Signed on ${new Date(ds.sig.hashed_subpackets[0].time * 1000).toUTCString()}`,
-                        "----------------------------------"
+                        "----------------------------------\n"
                     ].join("\n");
                     text += unboxedLiterals.toString();
                     return text.trim();