chore(fmt): appliquer rustfmt sur agent_lifecycle.rs

Reformate `launch_opencode_omits_api_key_when_profile_has_none` selon
rustfmt (le fichier committé échouait `cargo fmt --check`). Aucun
changement de comportement, purement du formatage.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-13 17:59:26 +02:00
parent 9326a4897a
commit 7ddf4d46b9

View File

@ -2531,7 +2531,10 @@ async fn launch_with_invalid_uuid_conversation_id_omits_resume_section() {
#[tokio::test] #[tokio::test]
async fn launch_opencode_omits_api_key_when_profile_has_none() { async fn launch_opencode_omits_api_key_when_profile_has_none() {
let profile = profile(pid(91), ContextInjection::convention_file("AGENTS.md").unwrap()) let profile = profile(
pid(91),
ContextInjection::convention_file("AGENTS.md").unwrap(),
)
.with_structured_adapter(StructuredAdapter::OpenCode) .with_structured_adapter(StructuredAdapter::OpenCode)
.with_opencode( .with_opencode(
OpenCodeConfig::new( OpenCodeConfig::new(