style: fix prettier formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
frostebite
2026-03-05 14:16:01 +00:00
parent 40dd436000
commit 81ba9c38af
3 changed files with 93 additions and 4 deletions
@@ -409,9 +409,7 @@ export class BuildReliabilityService {
`[Reliability] Disk space check passed: need ~${neededMB}MB, available: ${Math.floor(availableSpaceMB)}MB`,
);
} else if (availableSpaceMB < 0) {
core.warning(
'[Reliability] Could not determine available disk space. Proceeding with archive cautiously.',
);
core.warning('[Reliability] Could not determine available disk space. Proceeding with archive cautiously.');
}
const timestamp = new Date().toISOString().replace(/[.:]/g, '-');