Skip to content

Commit 01c8ec0

Browse files
chore: fix JavaScript lint errors
PR-URL: #8565 Closes: #8563 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 55a4c2f commit 01c8ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/for-each/examples

lib/node_modules/@stdlib/ndarray/for-each/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var ndarray = require( '@stdlib/ndarray/ctor' );
2323
var ndarray2array = require( '@stdlib/ndarray/to-array' );
2424
var naryFunction = require( '@stdlib/utils/nary-function' );
2525
var log = require( '@stdlib/console/log' );
26-
var forEach = require( '@stdlib/ndarray/for-each' );
26+
var forEach = require( './../lib' );
2727

2828
var buffer = discreteUniform( 10, -100, 100, {
2929
'dtype': 'generic'

0 commit comments

Comments
 (0)