Skip to content

Commit 6765d46

Browse files
committed
style: Fix indentation in ReverseProxy configuration
1 parent 6737e0b commit 6765d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func NewLightyMux(opts *Options) (*LightyMux, error) {
100100
func (lm *LightyMux) newReverseProxy(nextHop *url.URL) *httputil.ReverseProxy {
101101
transport := &http.Transport{
102102
ResponseHeaderTimeout: lm.options.ProxyTimeout,
103-
MaxIdleConnsPerHost: 100,
103+
MaxIdleConnsPerHost: 100,
104104
}
105105

106106
rp := &httputil.ReverseProxy{

0 commit comments

Comments
 (0)