chore: run format

This commit is contained in:
Ralph Khreish
2025-07-24 15:11:43 +03:00
parent 2e7c2c40c7
commit d364a60f14
2 changed files with 2 additions and 8 deletions

View File

@@ -1689,10 +1689,7 @@ async function displayComplexityReport(reportPath) {
});
const answer = await new Promise((resolve) => {
rl.question(
chalk.cyan('Generate complexity report? (y/n): '),
resolve
);
rl.question(chalk.cyan('Generate complexity report? (y/n): '), resolve);
});
rl.close();