Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Oct 14, 2021
1 parent 6249385 commit ef319bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solver/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Metrics {
Opts::new("single_order_solver", "Success/Failure counts"),
&["result", "solver_type"],
)?;

registry.register(Box::new(single_order_solver_runs.clone()))?;
let matched_but_liquidity = IntCounter::new(
"orders_matched_liquidity",
Expand Down

0 comments on commit ef319bf

Please sign in to comment.