mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -329,7 +329,7 @@ public sealed class AcTests
|
||||
var ac = new Ac();
|
||||
for (int i = 0; i < 50; i++)
|
||||
{
|
||||
var val = new TValue(DateTime.UtcNow.AddMinutes(i), 100.0 + i * 0.1);
|
||||
var val = new TValue(DateTime.UtcNow.AddMinutes(i), 100.0 + (i * 0.1));
|
||||
_ = ac.Update(val, isNew: true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user