diff --git a/lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js b/lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js index 63a39eb62326..b1150f2e9a34 100644 --- a/lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js @@ -33,7 +33,7 @@ bench( pkg, function benchmark( b ) { var arr; var i; - arr = new Array( 100 ); + arr = new Array( 100 ); // eslint-disable-line stdlib/no-new-array b.tic(); for ( i = 0; i < b.iterations; i++ ) {