From 9fd8648dffa610646088859d84a4988641e2b107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Tue, 25 Feb 2020 14:02:54 -0500 Subject: [PATCH] build: remove empty line on node.gyp file --- node.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/node.gyp b/node.gyp index 1e928262ac8b74..4cbb3009cd5693 100644 --- a/node.gyp +++ b/node.gyp @@ -524,7 +524,6 @@ 'src/api/exceptions.cc', 'src/api/hooks.cc', 'src/api/utils.cc', - 'src/async_wrap.cc', 'src/cares_wrap.cc', 'src/connect_wrap.cc',