Skip to content

Commit

Permalink
Updating for failed codeclimate check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeulemans committed Feb 17, 2017
1 parent f70b52d commit 074050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/local/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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++
}
}
}
Expand Down

0 comments on commit 074050b

Please sign in to comment.