From 37137a9d5d093444548564f781ccbbecd29523df Mon Sep 17 00:00:00 2001 From: Armano Date: Sun, 18 Nov 2018 00:54:12 +0100 Subject: [PATCH] Fix: eol issues :-1: --- .../lib/__snapshots__/scope-analysis.js.snap | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/lib/__snapshots__/scope-analysis.js.snap b/tests/lib/__snapshots__/scope-analysis.js.snap index 54631da..428796f 100644 --- a/tests/lib/__snapshots__/scope-analysis.js.snap +++ b/tests/lib/__snapshots__/scope-analysis.js.snap @@ -2933,7 +2933,7 @@ Object { "block": Object { "range": Array [ 0, - 69, + 65, ], "type": "Program", }, @@ -2943,7 +2943,7 @@ Object { "block": Object { "range": Array [ 0, - 69, + 65, ], "type": "Program", }, @@ -2953,7 +2953,7 @@ Object { "block": Object { "range": Array [ 7, - 67, + 64, ], "type": "ClassDeclaration", }, @@ -2962,8 +2962,8 @@ Object { "$id": 4, "block": Object { "range": Array [ - 36, - 64, + 35, + 62, ], "type": "FunctionExpression", }, @@ -3006,15 +3006,15 @@ Object { "name": Object { "name": "config", "range": Array [ - 48, - 54, + 47, + 53, ], "type": "Identifier", }, "node": Object { "range": Array [ - 36, - 64, + 35, + 62, ], "type": "FunctionExpression", }, @@ -3027,8 +3027,8 @@ Object { Object { "name": "config", "range": Array [ - 48, - 54, + 47, + 53, ], "type": "Identifier", }, @@ -3074,7 +3074,7 @@ Object { "node": Object { "range": Array [ 7, - 67, + 64, ], "type": "ClassDeclaration", }, @@ -3134,7 +3134,7 @@ Object { "node": Object { "range": Array [ 7, - 67, + 64, ], "type": "ClassDeclaration", }, @@ -3258,7 +3258,7 @@ Object { "block": Object { "range": Array [ 0, - 74, + 67, ], "type": "Program", },