From 3f710fa636ef1ac17b4ca48c39108a46c3ce013a Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Wed, 14 Sep 2022 18:44:00 +0200 Subject: [PATCH] doc: remove empty line in YAML block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44617 Reviewed-By: Tobias Nießen Reviewed-By: Daeyeon Jeong Reviewed-By: Richard Lau --- doc/api/process.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index 2b3f7d959a45de..05a22a8d34b7d0 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -3648,7 +3648,6 @@ changes: - v12.19.0 pr-url: https://github.com/nodejs/node/pull/32499 description: Calling `process.umask()` with no arguments is deprecated. - --> > Stability: 0 - Deprecated. Calling `process.umask()` with no argument causes