[CodeFactor] Apply fixes to commit 0606491

This commit is contained in:
codefactor-io
2026-03-12 19:37:50 +00:00
parent 060649192f
commit 8f79257155
384 changed files with 1197 additions and 1215 deletions
@@ -249,8 +249,8 @@ public class ChangeValidationTests
0.0,
0.1, // (110-100)/100
-0.1, // (99-110)/110
120.0 / 99.0 - 1.0, // (120-99)/99
100.0 / 120.0 - 1.0 // (100-120)/120
(120.0 / 99.0) - 1.0, // (120-99)/99
(100.0 / 120.0) - 1.0 // (100-120)/120
];
var indicator = new Change(period);