Skip to content

Commit 5376061

Browse files
committed
fix: resolve lint issues
1 parent 2f3a916 commit 5376061

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/node_modules/@stdlib/math/base/assert/is-negative-zerof/benchmark/benchmark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var isNegativeZerof = require( './../lib' );
3030
// MAIN //
3131

3232
bench( pkg, function benchmark( b ) {
33+
var opts;
3334
var x;
3435
var y;
3536
var i;

lib/node_modules/@stdlib/math/base/assert/is-negative-zerof/benchmark/benchmark.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ var opts = {
3939
// MAIN //
4040

4141
bench( pkg+'::native', opts, function benchmark( b ) {
42+
var opts;
4243
var x;
4344
var y;
4445
var i;

0 commit comments

Comments
 (0)