mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Fix linting
Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
This commit is contained in:
parent
750adfc819
commit
c10abae45e
1 changed files with 0 additions and 1 deletions
|
|
@ -212,7 +212,6 @@ func (v ValueType) NewChunk(useXOR2 bool) (Chunk, error) {
|
|||
return NewEmptyChunk(v.ChunkEncoding(useXOR2))
|
||||
}
|
||||
|
||||
|
||||
// MockSeriesIterator returns an iterator for a mock series with custom
|
||||
// start timestamp, timestamps, and values.
|
||||
// Start timestamps is optional, pass nil or empty slice to indicate no start
|
||||
|
|
|
|||
Loading…
Reference in a new issue