Skip to content

Commit 57a20cf

Browse files
committed
linting fixed in benchmark.js
1 parent 27b3285 commit 57a20cf

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/wald/pdf/benchmark

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ bench( pkg, function benchmark( b ) {
6565
});
6666

6767
bench( pkg+':factory', function benchmark( b ) {
68+
var lambda;
69+
var mypdf;
70+
var mu;
6871
var x;
6972
var y;
7073
var i;
71-
var mu;
72-
var mypdf;
73-
var lambda;
74-
74+
7575
mu = 1.0;
7676
lambda = 1.5;
7777
mypdf = pdf.factory( mu, lambda );

0 commit comments

Comments
 (0)