diff --git a/server.go b/server.go
index b20e7551cef97df895fe2510f168954f0827b738..8c6ad2607a8aeceb8384b764f4593b7dde7d2c11 100644
--- a/server.go
+++ b/server.go
@@ -245,7 +245,7 @@ func (r *KeycloakProxy) initializeReverseProxy(upstream *url.URL) (reverseProxy,
 		//Proxy: http.ProxyFromEnvironment,
 		Dial: (&net.Dialer{
 			//KeepAlive: 10 * time.Second,
-			Timeout:   10 * time.Second,
+			Timeout: 10 * time.Second,
 		}).Dial,
 		TLSClientConfig: &tls.Config{
 			InsecureSkipVerify: true,