diff --git a/crates/shared/src/price_estimation/instrumented.rs b/crates/shared/src/price_estimation/instrumented.rs index 7e687695dc..6f5f251f1c 100644 --- a/crates/shared/src/price_estimation/instrumented.rs +++ b/crates/shared/src/price_estimation/instrumented.rs @@ -37,8 +37,8 @@ impl InstrumentedPriceEstimator { } } - /// Determines the result of a price estimate, returning either "success" or the - /// error reason + /// Determines the result of a price estimate, returning either "success" or + /// the error reason fn estimate_result(&self, estimate: Result<&B, &PriceEstimationError>) -> &str { // Count as a successful request if the answer is ok (no error) or if the error // is No Liquidity