Skip to content

Commit

Permalink
pass cargo fmt --all -- --check
Browse files Browse the repository at this point in the history
  • Loading branch information
masa-koz committed Jan 1, 2025
1 parent b5b7ddd commit 656b0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ fn test_module() {
#[cfg(not(feature = "preview-api"))]
Settings::new()
.set_peer_bidi_stream_count(100)
.set_peer_unidi_stream_count(3)
.set_peer_unidi_stream_count(3),
);
assert!(
res.is_ok(),
Expand Down

0 comments on commit 656b0d9

Please sign in to comment.