style: format paired execution carry-forward changes

This commit is contained in:
ejclaw
2026-04-20 08:20:17 +09:00
parent b6a24ad9fb
commit be7383d68c
2 changed files with 7 additions and 2 deletions

View File

@@ -207,7 +207,10 @@ function carryForwardLatestOwnerFinal(args: {
sourceTask: PairedTask;
targetTask: PairedTask;
}): void {
const latestOwnerFinal = getLatestTurnOutputByRole(args.sourceTask.id, 'owner');
const latestOwnerFinal = getLatestTurnOutputByRole(
args.sourceTask.id,
'owner',
);
if (!latestOwnerFinal) {
return;
}