Skip to content

Commit 1e2a115

Browse files
committed
chore: fix lint issue
1 parent c3b1426 commit 1e2a115

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/triangular/kurtosis/benchmark/benchmark.native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ var EPS = require( '@stdlib/constants/float64/eps' );
3030
var pkg = require( './../package.json' ).name;
3131

3232

33-
3433
// VARIABLES //
3534

3635
var median = tryRequire( resolve( __dirname, './../lib/native.js' ) );

lib/node_modules/@stdlib/stats/base/dists/triangular/mean/benchmark/benchmark.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ var pkg = require( './../package.json' ).name;
2828
var mean = require( './../lib' );
2929

3030

31-
3231
// MAIN //
3332

3433
bench( pkg, function benchmark( b ) {

0 commit comments

Comments
 (0)