diff --git a/server/server.go b/server/server.go
index 094eb518ebdfa30bd7ec2ba9b79668947ad452cd..619a358f789462f4f47f4d2221dafce55934edaf 100755
--- a/server/server.go
+++ b/server/server.go
@@ -221,7 +221,7 @@ func newServer(ctx context.Context, c Config, rotationStrategy rotationStrategy)
 		supportedRes[respType] = true
 	}
 
-	supportedGrant := []string{grantTypeAuthorizationCode, grantTypeRefreshToken, grantTypeDeviceCode} //default
+	supportedGrant := []string{grantTypeAuthorizationCode, grantTypeRefreshToken, grantTypeDeviceCode} // default
 	if c.PasswordConnector != "" {
 		supportedGrant = append(supportedGrant, grantTypePassword)
 	}