Skip to content

Commit

Permalink
add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
danielqsj authored Nov 6, 2018
1 parent 362322d commit 5ac452d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kafka_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ func main() {
splitted := strings.Split(label, "=")
if len(splitted) >= 2 {
labels[splitted[0]] = splitted[1]
}
}
}

Expand Down

0 comments on commit 5ac452d

Please sign in to comment.