Skip to content

Commit 3c1f395

Browse files
authored
test: move declaration
Signed-off-by: Athan <[email protected]>
1 parent 6e9c2cc commit 3c1f395

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/test/fixtures

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/test/fixtures/valid.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
'use strict';
2020

2121
var valid = [];
22-
var test;
2322

2423
// Top-level function (no nesting):
25-
test = {
24+
var test = {
2625
'code': [
2726
'function topLevel() {',
2827
' return 42;',

0 commit comments

Comments
 (0)