Skip to content

Commit 3d80ba3

Browse files
fix: lint errors
1 parent 4c05186 commit 3d80ba3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanminabs/test/test.dnanminabs.native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ tape( 'the function supports view offsets', opts, function test( t ) {
264264

265265
x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 ); // start at 2nd element
266266

267-
268267
v = dnanminabs( 5, x1, 2 );
269268
t.strictEqual( v, 1.0, 'returns expected value' );
270269

0 commit comments

Comments
 (0)