mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2025-01-06 18:28:10 +01:00
fixed missing braces from some merge
This commit is contained in:
parent
8e7b67527a
commit
973b6dc379
@ -179,6 +179,8 @@ func WithIpsec() Option {
|
||||
func WithConntrack() Option {
|
||||
return func(c *collector) {
|
||||
c.collectors = append(c.collectors, newConntrackCollector())
|
||||
}
|
||||
}
|
||||
|
||||
// WithLte enables lte metrics
|
||||
func WithLte() Option {
|
||||
|
Loading…
Reference in New Issue
Block a user