Skip to content

Commit 251e90c

Browse files
authored
Update ndarray.js
Signed-off-by: JaySoni1 <[email protected]>
1 parent fef6708 commit 251e90c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/meanpn/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/meanpn/lib/ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
'use strict';
2020

21-
2221
// MODULES //
2322

2423
var gsumpw = require( '@stdlib/blas/ext/base/gsumpw' ).ndarray;
@@ -54,6 +53,7 @@ var gapxsumpw = require( '@stdlib/blas/ext/base/gapxsumpw' ).ndarray;
5453
* var v = meanpn( N, x, 2, 1 );
5554
* // returns 1.25
5655
*/
56+
5757
// cspell:ignore meanpn
5858

5959
/**

0 commit comments

Comments
 (0)