Skip to content

Commit 4ad4896

Browse files
authored
chore: add space
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 4e6685f commit 4ad4896

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/mean/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mean/benchmark/benchmark.js

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

3939
b.tic();
4040
for ( i = 0; i < b.iterations; i++ ) {
41-
y = mean( lambda[ i % lambda.length] );
41+
y = mean( lambda[ i % lambda.length ] );
4242
if ( isnan( y ) ) {
4343
b.fail( 'should not return NaN' );
4444
}

0 commit comments

Comments
 (0)