From 1e3db916e66ee1c56fe4d80dde34b05c55f15eda Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 22 Jun 2016 10:40:10 -0400 Subject: [PATCH] style: fix lint warning in exit-codes.js (#499) The lint complained that there were two consequent empty lines. Signed-off-by: Juan Cruz Viotti --- lib/src/exit-codes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/exit-codes.js b/lib/src/exit-codes.js index def18f05..4c1f872e 100644 --- a/lib/src/exit-codes.js +++ b/lib/src/exit-codes.js @@ -63,5 +63,4 @@ module.exports = { */ CANCELLED: 3 - };