Skip to content

Commit c478885

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tape( 'the function calculates the minimum absolute value of a one-dimensional n
6868
x = [ -4.0, NaN, -5.0 ];
6969
v = nanminabs( [ vector( x, 3, 1, 0 ) ] );
7070
t.strictEqual( v, 4.0, 'returns expected value' );
71-
71+
7272
x = [ -0.0, 0.0, NaN, -0.0 ];
7373
v = nanminabs( [ vector( x, 4, 1, 0 ) ] );
7474
t.strictEqual( isPositiveZero( v ), true, 'returns expected value' );

0 commit comments

Comments
 (0)