Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Jan 29, 2025
1 parent 67a43a6 commit 7e93a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/shared/src/price_estimation/instrumented.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ impl<T> InstrumentedPriceEstimator<T> {
}
}

/// 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<B>(&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
Expand Down

0 comments on commit 7e93a2e

Please sign in to comment.