[OOM-K8S-CERT-EXTERNAL-PROVIDER] Format golang code
[oom/platform/cert-service.git] / certServiceK8sExternalProvider / src / certserviceclient / cert_service_client_factory.go
index 2c04b90..0fa1d16 100644 (file)
@@ -54,7 +54,7 @@ func CreateCertServiceClient(baseUrl string, healthEndpoint string, certEndpoint
                return nil, err
        }
        client := CertServiceClientImpl{
-               healthUrl: healthUrl,
+               healthUrl:        healthUrl,
                certificationUrl: certificationUrl,
                httpClient:       httpClient,
        }