Skip to content

Commit 71fa049

Browse files
committed
chore: fix lint issues
1 parent 8938212 commit 71fa049

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/triangular/ctor/benchmark

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ bench( pkg+':kurtosis', function benchmark( bm ) {
301301
len = 100;
302302
dist = new Triangular( a, b, c );
303303
k = new Float64Array( len );
304-
for ( i = 0;i < len; i++) {
304+
for ( i = 0;i < len; i++ ) {
305305
k[ i ] = uniform(0.0, c);
306306
}
307307

0 commit comments

Comments
 (0)