Skip to content

Commit

Permalink
run xo
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed May 16, 2024
1 parent cad2a29 commit 6520637
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bench/index.bench.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
await import("./main.bench.js");
await import("./array.bench.js");
await import("./cache.bench.js");
await import("./is-builtin.bench.js");
await import("./path.bench.js");
await import("./smart-clone.bench.js");
await import('./main.bench.js');
await import('./array.bench.js');
await import('./cache.bench.js');
await import('./is-builtin.bench.js');
await import('./path.bench.js');
await import('./smart-clone.bench.js');

0 comments on commit 6520637

Please sign in to comment.