Skip to content

Commit 40453e3

Browse files
committed
fix indent
Signed-off-by: bLd75 <[email protected]>
1 parent cbcafe2 commit 40453e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/collector.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (mc JSONMetricCollector) Collect(ch chan<- prometheus.Metric) {
9696
// When value starts by '0x', convert hex to decimal
9797
if strings.HasPrefix(value, "0x") {
9898
value = formatHex(value)
99-
}
99+
}
100100

101101
if floatValue, err := SanitizeValue(value); err == nil {
102102
metric := prometheus.MustNewConstMetric(

0 commit comments

Comments
 (0)