Skip to content

Commit de697be

Browse files
authored
chore: add indentation
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent a842b6a commit de697be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/beta/mgf/benchmark/benchmark.native.js

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

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

0 commit comments

Comments
 (0)