[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
+3 -3
View File
@@ -323,9 +323,9 @@ public class IiiTests
for (int i = 0; i < size; i++)
{
high[i] = 110 + i * 0.1;
low[i] = 90 + i * 0.1;
close[i] = 100 + i * 0.1;
high[i] = 110 + (i * 0.1);
low[i] = 90 + (i * 0.1);
close[i] = 100 + (i * 0.1);
volume[i] = 100000;
}