From 161c03682397718cef8bdbc080497cf6b727c9b7 Mon Sep 17 00:00:00 2001 From: Bradley Farias Date: Tue, 13 Apr 2021 08:35:51 -0500 Subject: [PATCH] style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl Zasso --- lib/path.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/path.js b/lib/path.js index 8aa4fbd3d4de1c..f3e5a3b3416c4b 100644 --- a/lib/path.js +++ b/lib/path.js @@ -905,13 +905,13 @@ const win32 = { /** * @param {string} path - * @returns {{ - * dir: string; - * root: string; - * base: string; - * name: string; - * ext: string; - * }} + * @returns {{ + * dir: string; + * root: string; + * base: string; + * name: string; + * ext: string; + * }} */ parse(path) { validateString(path, 'path');