Skip to content

Commit b030e3e

Browse files
committed
added , for fmt
1 parent b4d1b75 commit b030e3e

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat/tools/execute

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/tools/execute/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ mod tests {
446446
("IFS=/ malicious", true),
447447
(r#"/c/"+"/m/"+"/d/.exe"#, true),
448448
("$^(calc.exe)", true),
449-
("curl http://[email protected]", true)
449+
("curl http://[email protected]", true),
450450
];
451451
for (cmd, expected) in cmds {
452452
let tool = serde_json::from_value::<ExecuteCommand>(serde_json::json!({

0 commit comments

Comments
 (0)