From 682e51fd9e9c85a6a115f14d31770e38d1802d56 Mon Sep 17 00:00:00 2001 From: Dustin Ray Date: Tue, 25 Jun 2024 11:37:26 -0700 Subject: [PATCH] fix: fmt --- crates/proof-of-sql/src/base/math/decimal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/proof-of-sql/src/base/math/decimal.rs b/crates/proof-of-sql/src/base/math/decimal.rs index 819f9816a..b70cad504 100644 --- a/crates/proof-of-sql/src/base/math/decimal.rs +++ b/crates/proof-of-sql/src/base/math/decimal.rs @@ -29,7 +29,7 @@ pub enum DecimalError { InvalidPrecision(String), #[error("Unsupported operation: cannot round decimal: {0}")] - /// Unless explicit rounding happens, what we consider to be + /// Unless explicit rounding happens, what we consider to be /// RoundingError is in reality an InvalidPrecision since in /// order not to round the precision will hit the upper bound. /// Regardless, this error occurs when attempting to scale a