Skip to content

Commit 19ac84a

Browse files
committed
nit
Signed-off-by: Owen Williams <[email protected]>
1 parent 5f4a92d commit 19ac84a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)