Updating for failed codeclimate check.

This commit is contained in:
Jeremy Meulemans 2017-02-16 18:04:28 -06:00
parent f70b52d0b6
commit 074050b8c0
1 changed files with 1 additions and 1 deletions

View File

@ -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++
}
}
}