Skip to content

Commit 19ac84a

Browse files
committed
nit
Signed-off-by: Owen Williams <owen.williams@grafana.com>
1 parent 5f4a92d commit 19ac84a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

expfmt/text_parse.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ func (p *TextParser) readingType() stateFn {
586586
p.parseError(fmt.Sprintf("unknown metric type %q", p.currentToken.String()))
587587
return nil
588588
}
589-
590589
p.currentMF.Type = dto.MetricType(metricType).Enum()
591590
return p.startOfLine
592591
}

0 commit comments

Comments
 (0)