Fix argument comment lint

This commit is contained in:
Chris Bookholt
2026-06-29 17:14:00 -07:00
parent 1d8a8daf67
commit b15eb8cf5b

View File

@@ -149,7 +149,7 @@ async fn assert_generic_git_prompts_without_amendment(tool: AgentExecTool) -> Re
"run repository-sensitive git status",
AskForApproval::UnlessTrusted,
PermissionProfile::Disabled,
None,
/*collaboration_mode*/ None,
)
.await?;