Add missing blank line

This commit is contained in:
Ivan Molodetskikh
2024-12-15 09:07:44 +03:00
parent 82e30246c1
commit 2a1af3d9ae
+1
View File
@@ -56,6 +56,7 @@ pub fn closest_representable_scale(scale: f64) -> f64 {
(scale * FRACTIONAL_SCALE_DENOM).round() / FRACTIONAL_SCALE_DENOM (scale * FRACTIONAL_SCALE_DENOM).round() / FRACTIONAL_SCALE_DENOM
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use k9::snapshot; use k9::snapshot;