Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 37137a9

Browse files
committed
Fix: eol issues 👎
1 parent d5b5d51 commit 37137a9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/lib/__snapshots__/scope-analysis.js.snap

+14-14
Original file line numberDiff line numberDiff line change
@@ -2933,7 +2933,7 @@ Object {
29332933
"block": Object {
29342934
"range": Array [
29352935
0,
2936-
69,
2936+
65,
29372937
],
29382938
"type": "Program",
29392939
},
@@ -2943,7 +2943,7 @@ Object {
29432943
"block": Object {
29442944
"range": Array [
29452945
0,
2946-
69,
2946+
65,
29472947
],
29482948
"type": "Program",
29492949
},
@@ -2953,7 +2953,7 @@ Object {
29532953
"block": Object {
29542954
"range": Array [
29552955
7,
2956-
67,
2956+
64,
29572957
],
29582958
"type": "ClassDeclaration",
29592959
},
@@ -2962,8 +2962,8 @@ Object {
29622962
"$id": 4,
29632963
"block": Object {
29642964
"range": Array [
2965-
36,
2966-
64,
2965+
35,
2966+
62,
29672967
],
29682968
"type": "FunctionExpression",
29692969
},
@@ -3006,15 +3006,15 @@ Object {
30063006
"name": Object {
30073007
"name": "config",
30083008
"range": Array [
3009-
48,
3010-
54,
3009+
47,
3010+
53,
30113011
],
30123012
"type": "Identifier",
30133013
},
30143014
"node": Object {
30153015
"range": Array [
3016-
36,
3017-
64,
3016+
35,
3017+
62,
30183018
],
30193019
"type": "FunctionExpression",
30203020
},
@@ -3027,8 +3027,8 @@ Object {
30273027
Object {
30283028
"name": "config",
30293029
"range": Array [
3030-
48,
3031-
54,
3030+
47,
3031+
53,
30323032
],
30333033
"type": "Identifier",
30343034
},
@@ -3074,7 +3074,7 @@ Object {
30743074
"node": Object {
30753075
"range": Array [
30763076
7,
3077-
67,
3077+
64,
30783078
],
30793079
"type": "ClassDeclaration",
30803080
},
@@ -3134,7 +3134,7 @@ Object {
31343134
"node": Object {
31353135
"range": Array [
31363136
7,
3137-
67,
3137+
64,
31383138
],
31393139
"type": "ClassDeclaration",
31403140
},
@@ -3258,7 +3258,7 @@ Object {
32583258
"block": Object {
32593259
"range": Array [
32603260
0,
3261-
74,
3261+
67,
32623262
],
32633263
"type": "Program",
32643264
},

0 commit comments

Comments
 (0)