Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Jun 25, 2024
1 parent e75cf42 commit 682e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/base/math/decimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 682e51f

Please sign in to comment.