Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Nov 24, 2023
1 parent d8cbc3c commit 79c7aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/autopilot/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ async fn shadow_mode(args: Arguments) -> ! {
.await
};

let _ = shared::metrics::serve_metrics(Arc::new(shadow::Liveness), args.metrics_address);
shared::metrics::serve_metrics(Arc::new(shadow::Liveness), args.metrics_address);

let shadow = shadow::RunLoop::new(
orderbook,
Expand Down

0 comments on commit 79c7aac

Please sign in to comment.