Skip to content

Commit 13f71eb

Browse files
committed
cargo +nightly fmt
1 parent e8d5221 commit 13f71eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/chat-cli/src/cli/chat/tools/use_aws.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ mod tests {
397397
#[tokio::test]
398398
async fn test_eval_perm_auto_allow_readonly_default() {
399399
let os = Os::new().await.unwrap();
400-
400+
401401
// Test read-only operation with default settings (auto_allow_readonly = false)
402402
let readonly_cmd = use_aws! {{
403403
"service_name": "s3",
@@ -429,7 +429,7 @@ mod tests {
429429
#[tokio::test]
430430
async fn test_eval_perm_auto_allow_readonly_enabled() {
431431
let os = Os::new().await.unwrap();
432-
432+
433433
let agent = Agent {
434434
name: "test_agent".to_string(),
435435
tools_settings: {
@@ -475,7 +475,7 @@ mod tests {
475475
#[tokio::test]
476476
async fn test_eval_perm_auto_allow_readonly_with_denied_services() {
477477
let os = Os::new().await.unwrap();
478-
478+
479479
let agent = Agent {
480480
name: "test_agent".to_string(),
481481
tools_settings: {

0 commit comments

Comments
 (0)