Skip to content

Commit d6ca374

Browse files
authored
style: fix lint error in benchmark.js
Signed-off-by: Anshu Kumar <[email protected]>
1 parent 81fb811 commit d6ca374

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmeanabs/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanmeanabs/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bench( pkg+'::accumulator', function benchmark( b ) {
5555

5656
b.tic();
5757
for ( i = 0; i < b.iterations; i++ ) {
58-
v = acc( randu()-0.5 );
58+
v = acc( randu()-0.5 );
5959
if ( v !== v ) {
6060
b.fail( 'should not return NaN' );
6161
}

0 commit comments

Comments
 (0)