mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
lint
Signed-off-by: Nicolás Pazos <npazosmendez@gmail.com>
This commit is contained in:
parent
48f9285b11
commit
38c444b942
|
@ -26,6 +26,7 @@ func (h Histogram) IsFloatHistogram() bool {
|
|||
_, ok := h.GetCount().(*Histogram_CountFloat)
|
||||
return ok
|
||||
}
|
||||
|
||||
func (h MinHistogram) IsFloatHistogram() bool {
|
||||
_, ok := h.GetCount().(*MinHistogram_CountFloat)
|
||||
return ok
|
||||
|
|
Loading…
Reference in a new issue