mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-15 10:15:18 +01:00
Merge pull request #109 from nshttpd/nshttpd/fixor
fixed missing braces from some merge
This commit is contained in:
commit
89d2364898
@ -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