lib/storage: make fmt

This commit is contained in:
Aliaksandr Valialkin 2022-05-31 12:42:28 +03:00
parent 89c0172778
commit a1add5c2c7
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -1345,7 +1345,7 @@ func (is *indexSearch) getTSDBStatusWithFiltersForDate(tfss []*TagFilters, date
if len(tfss) > 0 {
tr := TimeRange{
MinTimestamp: int64(date) * msecPerDay,
MaxTimestamp: int64(date+1) * msecPerDay - 1,
MaxTimestamp: int64(date+1)*msecPerDay - 1,
}
metricIDs, err := is.searchMetricIDsInternal(tfss, tr, maxMetrics)
if err != nil {