Skip to content

Commit 2b2a0c9

Browse files
committed
style: apply rustfmt formatting
Auto-format code to match nightly rustfmt rules. Simplified multi-line iterator chain in integration test.
1 parent 0aa3b0c commit 2b2a0c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/mcp-examples/tests/integration_test.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ fn test_codegen_generates_expected_files() {
115115

116116
// Should generate tool files
117117
assert!(
118-
generated
119-
.files
120-
.iter()
121-
.any(|f| f.path.contains("tools/")),
118+
generated.files.iter().any(|f| f.path.contains("tools/")),
122119
"Should generate tool implementation files"
123120
);
124121
}

0 commit comments

Comments
 (0)