Skip to content

Commit 3d3562f

Browse files
RoyLinRoyLin
authored andcommitted
chore: run cargo fmt
1 parent 478f3bc commit 3d3562f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

core/src/agent_api.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,10 @@ impl Agent {
10071007
"Auto-loaded AGENTS.md from workspace root"
10081008
);
10091009
prompt_slots.extra = match prompt_slots.extra {
1010-
Some(existing) => Some(format!("{}\n\n# Project Instructions (AGENTS.md)\n\n{}", existing, content)),
1010+
Some(existing) => Some(format!(
1011+
"{}\n\n# Project Instructions (AGENTS.md)\n\n{}",
1012+
existing, content
1013+
)),
10111014
None => Some(format!("# Project Instructions (AGENTS.md)\n\n{}", content)),
10121015
};
10131016
}

0 commit comments

Comments
 (0)