fix: format fixes

This commit is contained in:
Elsa Minsut
2025-11-26 23:57:31 +01:00
parent bcbacdb0a3
commit db552047c8

View File

@@ -20,7 +20,6 @@ fn arguments() {
model._set("A11", "=INT(10.22, 1)");
model._set("A12", "=INT(10.22, 1, 2)");
model.evaluate();
assert_eq!(model._get_text("A1"), *"#ERROR!");