Skip to content

Commit f6edeca

Browse files
committed
chore:fix lint issue
1 parent 1e2a115 commit f6edeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/triangular/median/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5555
for ( i = 0; i < len; i++ ) {
5656
min[ i ] = uniform( 0.0, 10.0);
5757
max[ i ] = uniform( min[ i ] + EPS, 10.0 + min[ i ] + EPS );
58-
mode[ i ] = uniform ( min[ i ], max[ i ] );
58+
mode[ i ] = uniform( min[ i ], max[ i ] );
5959
}
6060

6161
b.tic();

0 commit comments

Comments
 (0)