Skip to content

Commit d891747

Browse files
authored
style: remove whitespace
Signed-off-by: Athan <kgryte@gmail.com>
1 parent e2c223d commit d891747

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/test

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ tape( 'the function computes the arithmetic mean (ignoring NaNs)', function test
7373
x = new Float64Array( [ -4.0, NaN ] );
7474
v = dnanmeanpn( [ vector( x, 2, 1, 0 ) ] );
7575
t.strictEqual( v, -4.0, 'returns expected value' );
76-
7776
t.end();
7877
});
7978

0 commit comments

Comments
 (0)