From 4d414274c87ecd235a98a570f1dda007ba65ab9f Mon Sep 17 00:00:00 2001 From: voltrexmaster Date: Wed, 10 Nov 2021 09:16:43 -0800 Subject: [PATCH] doc: fix linter-enforced formatting in crypto.md The markdown-linter (lint-md) is failing because of a missing newline caused by 79d681501d592eceaef104c8ed43856158d8cf1e. PR-URL: https://github.com/nodejs/node/pull/40780 Reviewed-By: Rich Trott Reviewed-By: Richard Lau --- doc/api/crypto.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 82b0ab7c898b07..b07c4bcf1c89b5 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2565,6 +2565,7 @@ added: v15.6.0 The SHA-256 fingerprint of this certificate. ### `x509.fingerprint512` +