style: apply prettier formatting

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-17 14:07:46 +03:00
parent e38e63234e
commit 60fab764e3
+3 -1
View File
@@ -346,7 +346,9 @@ async function handleApprovalResponse(
// Kill the container so the next wake picks up the new env from
// resolveProviderContribution.
killContainer(session.id, 'provider config updated');
notify(`Provider config for "${provider}" updated. Your container will restart with the new settings on the next message.`);
notify(
`Provider config for "${provider}" updated. Your container will restart with the new settings on the next message.`,
);
log.info('set_provider_config approved', {
approvalId: approval.approval_id,
userId,