Skip to content

Commit 8027ca6

Browse files
author
glightfoot
committed
fix TestMultipleMatches mapping indent
Signed-off-by: glightfoot <glightfoot@rsglab.com>
1 parent 0099df7 commit 8027ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mapper/mapper_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ mappings:
15731573
- match: aa.bb.*.*
15741574
name: "aa_bb_${1}_total"
15751575
labels:
1576-
app: "$2"
1576+
app: "$2"
15771577
`
15781578
mapper := MetricMapper{}
15791579
err := mapper.InitFromYAMLString(config)

0 commit comments

Comments
 (0)