Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Feb 11, 2024
1 parent 9a8eafa commit c1710b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mock_server/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl deadpool::managed::Manager for MockServerPoolManager {
async fn recycle(
&self,
mock_server: &mut BareMockServer,
_metrics: &Metrics
_metrics: &Metrics,
) -> deadpool::managed::RecycleResult<Infallible> {
// Remove all existing settings - we want to start clean when the mock server
// is picked up again from the pool.
Expand Down

0 comments on commit c1710b4

Please sign in to comment.