[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
+2 -3
View File
@@ -320,8 +320,8 @@ public class EomTests
for (int i = 0; i < size; i++)
{
high[i] = 110 + i * 0.1;
low[i] = 90 + i * 0.1;
high[i] = 110 + (i * 0.1);
low[i] = 90 + (i * 0.1);
volume[i] = 100000;
}
@@ -365,5 +365,4 @@ public class EomTests
// Different volume scales should produce different results
Assert.NotEqual(eom1.Last.Value, eom2.Last.Value);
}
}