Skip to content

Commit 9e1a01c

Browse files
bhavESH-CHAWLAstdlib-bot
authored andcommitted
style: add missing space
PR-URL: stdlib-js#10061 Reviewed-by: Athan Reines <kgryte@gmail.com> Co-authored-by: stdlib-bot <noreply@stdlib.io>
1 parent a520ab9 commit 9e1a01c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/uniform/ctor/benchmark

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ bench( pkg+'::set:b', function benchmark( bm ) {
159159
len = 100;
160160
y = new Float64Array( len );
161161
for ( i = 0; i < len; i++ ) {
162-
y[ i ] = uniform( EPS + a, 100.0 + a);
162+
y[ i ] = uniform( EPS + a, 100.0 + a );
163163
}
164164

165165
bm.tic();

0 commit comments

Comments
 (0)