FIX: Make fmt happy

This commit is contained in:
Nicolás Hatcher
2025-08-09 10:29:39 +02:00
committed by Nicolás Hatcher Andrés
parent f581ce5570
commit f3f59dbda7
2 changed files with 5 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ fn fn_round_approximation() {
assert_eq!(model._get_text("A1"), *"0.0063");
assert_eq!(model._get_text("A2"), *"0.00625");
}
}