Skip to content

Commit 24809f8

Browse files
authored
style: remove empty lines
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent d3232e5 commit 24809f8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/variance/benchmark/benchmark.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ bench( pkg, function benchmark( b ) {
4040
opts = {
4141
'dtype': 'float64'
4242
};
43-
4443
mu = uniform( 100, -50.0, 50.0, opts );
4544
beta = uniform( 100, EPS, 20.0, opts );
4645

lib/node_modules/@stdlib/stats/base/dists/gumbel/variance/benchmark/benchmark.native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ bench( format( '%s::native', pkg ), opts, function benchmark( b ) {
5050
opts = {
5151
'dtype': 'float64'
5252
};
53-
5453
mu = uniform( 100, -50.0, 50.0, opts );
5554
beta = uniform( 100, EPS, 20.0, opts );
5655

0 commit comments

Comments
 (0)