fixed missing braces from some merge

This commit is contained in:
Steve Brunton 2021-03-25 20:41:31 -04:00
parent 8e7b67527a
commit 973b6dc379
1 changed files with 2 additions and 0 deletions

View File

@ -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 {