Skip to content

Commit e6ac586

Browse files
authored
resolve lint issue
Signed-off-by: Harsh <[email protected]>
1 parent e9869d3 commit e6ac586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/uint32-is-pow2/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4646
var i;
4747

4848
opts = {
49-
'dtype': 'uint32'
49+
'dtype': 'uint32'
5050
};
5151
x = discreteUniform( 100, 0, 1.0e7, opts );
5252

0 commit comments

Comments
 (0)