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

Commit

Permalink
Fix: eol issues 👎
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Nov 17, 2018
1 parent d5b5d51 commit 37137a9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/lib/__snapshots__/scope-analysis.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2933,7 +2933,7 @@ Object {
"block": Object {
"range": Array [
0,
69,
65,
],
"type": "Program",
},
Expand All @@ -2943,7 +2943,7 @@ Object {
"block": Object {
"range": Array [
0,
69,
65,
],
"type": "Program",
},
Expand All @@ -2953,7 +2953,7 @@ Object {
"block": Object {
"range": Array [
7,
67,
64,
],
"type": "ClassDeclaration",
},
Expand All @@ -2962,8 +2962,8 @@ Object {
"$id": 4,
"block": Object {
"range": Array [
36,
64,
35,
62,
],
"type": "FunctionExpression",
},
Expand Down Expand Up @@ -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",
},
Expand All @@ -3027,8 +3027,8 @@ Object {
Object {
"name": "config",
"range": Array [
48,
54,
47,
53,
],
"type": "Identifier",
},
Expand Down Expand Up @@ -3074,7 +3074,7 @@ Object {
"node": Object {
"range": Array [
7,
67,
64,
],
"type": "ClassDeclaration",
},
Expand Down Expand Up @@ -3134,7 +3134,7 @@ Object {
"node": Object {
"range": Array [
7,
67,
64,
],
"type": "ClassDeclaration",
},
Expand Down Expand Up @@ -3258,7 +3258,7 @@ Object {
"block": Object {
"range": Array [
0,
74,
67,
],
"type": "Program",
},
Expand Down

0 comments on commit 37137a9

Please sign in to comment.