mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-14 08:38:04 +00:00
[CodeFactor] Apply fixes to commit 9697fac
This commit is contained in:
@@ -393,7 +393,7 @@ public sealed class CsvFeed : IFeed
|
||||
|
||||
while (left < right)
|
||||
{
|
||||
int mid = left + (right - left) / 2;
|
||||
int mid = left + ((right - left) / 2);
|
||||
|
||||
if (Data[mid].Time < startTime)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user