Updating for failed codeclimate check.
This commit is contained in:
parent
f70b52d0b6
commit
074050b8c0
|
@ -383,7 +383,7 @@ func (s *MemorySeriesStorage) Start() (err error) {
|
|||
for fp := range s.fpToSeries.fpIter() {
|
||||
if series, ok := s.fpToSeries.get(fp); ok {
|
||||
if !series.headChunkClosed {
|
||||
openHeadCount += 1
|
||||
openHeadCount++
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue