Skip to content

Commit bbf579c

Browse files
authored
Update index.js
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 39ebea3 commit bbf579c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmeanwd/lib

lib/node_modules/@stdlib/stats/base/ndarray/dmeanwd/lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ var main = require( './main.js' );
4747

4848
var dmeanwd;
4949
var tmp = tryRequire( join( __dirname, './native.js' ) );
50-
5150
if ( isError( tmp ) ) {
5251
dmeanwd = main;
5352
} else {

0 commit comments

Comments
 (0)