From 2ee8412bbc421de3bd209193f60a91f9c44f24ec Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 3 Dec 2024 17:04:13 +0000 Subject: [PATCH] [ci] format --- benchmark/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/index.js b/benchmark/index.js index 127fc4f5bf..956b9c3afa 100755 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -1,7 +1,7 @@ -import mri from 'mri'; import fs from 'node:fs/promises'; import path from 'node:path'; import { fileURLToPath, pathToFileURL } from 'node:url'; +import mri from 'mri'; import { makeProject } from './bench/_util.js'; const args = mri(process.argv.slice(2));