Skip to content

Commit 81ba9c3

Browse files
frostebiteclaude
andcommitted
style: fix prettier formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 40dd436 commit 81ba9c3

File tree

3 files changed

+93
-4
lines changed

3 files changed

+93
-4
lines changed

dist/index.js

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/model/orchestrator/services/reliability/build-reliability-service.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,7 @@ export class BuildReliabilityService {
409409
`[Reliability] Disk space check passed: need ~${neededMB}MB, available: ${Math.floor(availableSpaceMB)}MB`,
410410
);
411411
} else if (availableSpaceMB < 0) {
412-
core.warning(
413-
'[Reliability] Could not determine available disk space. Proceeding with archive cautiously.',
414-
);
412+
core.warning('[Reliability] Could not determine available disk space. Proceeding with archive cautiously.');
415413
}
416414

417415
const timestamp = new Date().toISOString().replace(/[.:]/g, '-');

0 commit comments

Comments
 (0)