Prechádzať zdrojové kódy

Fixed missing newline

Matt C 7 rokov pred
rodič
commit
50a3cc57ad
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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();