Skip to content

Commit 70269a8

Browse files
committed
[automated] Apply ESLint and Oxfmt fixes
1 parent b982aeb commit 70269a8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scripts/unified-report.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ const lines = []
1919

2020
// --- Size section ---
2121
if (sizeStatus === 'ready') {
22-
const sizeReport = execFileSync(
23-
'node',
24-
['scripts/size-report.js'],
25-
{ encoding: 'utf-8' }
26-
).trimEnd()
22+
const sizeReport = execFileSync('node', ['scripts/size-report.js'], {
23+
encoding: 'utf-8'
24+
}).trimEnd()
2725
lines.push(sizeReport)
2826
} else if (sizeStatus === 'failed') {
2927
lines.push('## 📦 Bundle Size')

0 commit comments

Comments
 (0)