[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
+1 -1
View File
@@ -262,7 +262,7 @@ public class CgIndicatorTests
var now = DateTime.UtcNow;
double[] closes = { 100, 102, 98, 105, 97, 110, 95, 108, 92, 115, 90, 120 };
double maxExpectedBound = (10 - 1) / 2.0 + 1.0; // Period-based bound with margin
double maxExpectedBound = ((10 - 1) / 2.0) + 1.0; // Period-based bound with margin
foreach (var close in closes)
{