Skip to content

Commit 899f870

Browse files
authored
style: add missing space
PR-URL: #5312 Closes: #5302 Reviewed-by: Philipp Burckhardt <[email protected]> Reviewed-by: Karan Anand <[email protected]>
1 parent 7093864 commit 899f870

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/logistic/cdf/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/logistic/cdf/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bench( pkg, function benchmark( b ) {
4646
for ( i = 0; i < len; i++ ) {
4747
x[ i ] = uniform( -100.0, 0.0 );
4848
mu[ i ] = uniform( -50.0, 50.0 );
49-
s[ i ] = uniform( EPS, 20.0);
49+
s[ i ] = uniform( EPS, 20.0 );
5050
}
5151

5252
b.tic();

0 commit comments

Comments
 (0)