style: fix indentation

This commit is contained in:
Hiago Silva 2026-03-15 11:40:30 -03:00 committed by GitHub
parent 91d96821b0
commit 133fb1a300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ export async function edgeTTS(params: {
({ size } = statSync(outputPath)); ({ size } = statSync(outputPath));
if (size === 0) { if (size === 0) {
throw new Error("Edge TTS produced empty audio file after retry"); throw new Error("Edge TTS produced empty audio file after retry.");
} }
} }
} }