Skip to content

Commit 9f10b1e

Browse files
fix: lint errors
1 parent e7121ac commit 9f10b1e

File tree

1 file changed

+4
-5
lines changed
  • lib/node_modules/@stdlib/array/base/unary5d-by/test

1 file changed

+4
-5
lines changed

lib/node_modules/@stdlib/array/base/unary5d-by/test/test.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ tape( 'the function applies a function to each nested input array element accord
5656
[
5757
[
5858
[
59-
[ -1.0, -2.0 ],
60-
[ -3.0, -4.0 ]
59+
[ -1.0, -2.0 ],
60+
[ -3.0, -4.0 ]
6161
]
6262
]
6363
]
@@ -67,8 +67,8 @@ tape( 'the function applies a function to each nested input array element accord
6767
[
6868
[
6969
[
70-
[ 2.0, 4.0 ],
71-
[ 6.0, 8.0 ]
70+
[ 2.0, 4.0 ],
71+
[ 6.0, 8.0 ]
7272
]
7373
]
7474
]
@@ -322,4 +322,3 @@ tape( 'the function supports providing a callback execution context', function t
322322
return v * 2.0;
323323
}
324324
});
325-
w

0 commit comments

Comments
 (0)