mirror of https://github.com/prometheus/prometheus
Fix golint warning caused by misspell (#7842)
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>pull/7855/head
parent
d668a7efe3
commit
9439b2150d
|
@ -1623,7 +1623,7 @@ func (r *Reader) LabelNames() ([]string, error) {
|
|||
return labelNames, nil
|
||||
}
|
||||
|
||||
// NewStringListIterator returns a StringIter for the given sorted list of strings.
|
||||
// NewStringListIter returns a StringIter for the given sorted list of strings.
|
||||
func NewStringListIter(s []string) StringIter {
|
||||
return &stringListIter{l: s}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue