[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
@@ -396,7 +396,7 @@ public sealed class StarchannelValidationTests : IDisposable
// Create predictable data: 100, 102, 104, 106, 108
for (int i = 0; i < 5; i++)
{
double close = 100 + i * 2;
double close = 100 + (i * 2);
series.Add(new TBar(t0.AddMinutes(i), close, close + 5, close - 5, close, 100));
}