mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-22 11:15:19 +01:00
Fix wrong parenthesis
This commit is contained in:
parent
98f9693ec1
commit
89284bf1c4
@ -84,7 +84,6 @@ func (c *Config) String() string {
|
|||||||
buffer[i] = fmt.Sprintf("%s=%s", typeField.Name, "*****")
|
buffer[i] = fmt.Sprintf("%s=%s", typeField.Name, "*****")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return fmt.Sprintf("<Config@%X %s>", &c, strings.Join(buffer, ", "))
|
return fmt.Sprintf("<Config@%X %s>", &c, strings.Join(buffer, ", "))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user