Skip to content

Commit ea1cade

Browse files
style: fix formatting issue
1 parent 906dbeb commit ea1cade

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lambdas/functions/control-plane/src/aws/runners.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ async function processFleetResult(
210210
];
211211

212212
const scaleErrors =
213-
runnerParameters.customScaleErrors && runnerParameters.customScaleErrors.length > 0
214-
? runnerParameters.customScaleErrors
215-
: defaultScaleErrors;
216-
213+
runnerParameters.customScaleErrors && runnerParameters.customScaleErrors.length > 0
214+
? runnerParameters.customScaleErrors
215+
: defaultScaleErrors;
216+
217217
const failedCount = countScaleErrors(errors, scaleErrors);
218218
if (failedCount > 0) {
219219
logger.warn('Create fleet failed, ScaleError will be thrown to trigger retry for ephemeral runners.');

0 commit comments

Comments
 (0)