style: apply prettier formatting

This commit is contained in:
ejclaw
2026-04-09 13:55:59 +09:00
parent 0f994ab2ce
commit 000e672ca8
6 changed files with 58 additions and 77 deletions

View File

@@ -82,7 +82,10 @@ export type NextTurnAction =
| { kind: 'owner-follow-up' }
| { kind: 'finalize-owner-turn' };
export type ScheduledNextTurnActionKind = Exclude<NextTurnAction['kind'], 'none'>;
export type ScheduledNextTurnActionKind = Exclude<
NextTurnAction['kind'],
'none'
>;
export type FollowUpDispatch =
| { kind: 'none' }