Skip to content

Commit 7765cad

Browse files
Fixed linting error
Signed-off-by: Ishanth <[email protected]>
1 parent da01e3d commit 7765cad

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/native-class/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/native-class/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bench( pkg, function benchmark( b ) {
4646
b.tic,
4747
b.toc,
4848
new Date(),
49-
new RegExp() // eslint-disable-line prefer-regex-literals
49+
new RegExp()
5050
];
5151
b.tic();
5252
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)