Merge pull request #109 from nshttpd/nshttpd/fixor

fixed missing braces from some merge
This commit is contained in:
Steve Brunton 2021-03-25 20:42:02 -04:00 committed by GitHub
commit 89d2364898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {