Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit bd6cfc4

Browse files
committed
Contribution guideline: Correct formatting of comment
Signed-off-by: Cedric Nelson <[email protected]>
1 parent c4c0e2e commit bd6cfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haproxy_exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ type versionInfo struct {
439439

440440
func (e *Exporter) parseInfo(i io.Reader) (versionInfo, error) {
441441
var version, releaseDate string
442-
// A value of -1 is used to indicate it's unset
442+
// idlePct value of -1 is used to indicate it's unset
443443
var idlePct float64 = -1
444444
s := bufio.NewScanner(i)
445445
for s.Scan() {

0 commit comments

Comments
 (0)