Skip to content

Commit 2104637

Browse files
committed
added space
1 parent 5ffc427 commit 2104637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/normal/pdf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bench( pkg, opts, function benchmark( b ) {
6060

6161
b.tic();
6262
for ( i = 0; i < b.iterations; i++ ) {
63-
y = pdf( x[ i % len ], mu[ i % len ], sigma[ i % len ]);
63+
y = pdf( x[ i % len ], mu[ i % len ], sigma[ i % len ] );
6464
if ( isnan( y ) ) {
6565
b.fail( 'should not return NaN' );
6666
}

0 commit comments

Comments
 (0)