Skip to content

Commit 3abacf6

Browse files
fix: lint error
1 parent 48bef6d commit 3abacf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanors/test/test.ndarray.native.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
133133
4.0, // 1
134134
2.0,
135135
NaN // 0
136-
]);5
136+
]);
137+
137138
v = dnanmeanors( 5, x, -2, 6 );
138139

139140
t.strictEqual( v, 1.25, 'returns expected value' );

0 commit comments

Comments
 (0)