diff --git a/config/bindings.go b/config/bindings.go index be1e38eb..2002db1b 100644 --- a/config/bindings.go +++ b/config/bindings.go @@ -27,4 +27,4 @@ func (b bindings) ApplyTCP(cfg *tcpOptions) { func (b bindings) ApplyHTTP(cfg *httpOptions) { cfg.Bindings = []string(b) -} \ No newline at end of file +}