Skip to content

Commit c364b92

Browse files
chore: fix JavaScript lint errors
PR-URL: #9616 Closes: #9615 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Geo Daoyu <geodaoyu@foxmail.com> Signed-off-by: Ishanth <136119189+Ishanth-Hombaiah@users.noreply.github.com>
1 parent 5cb3ef3 commit c364b92

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)