Fix Formatting

This commit is contained in:
Ahmed Yarub Hani Al Nuaimi
2021-09-08 01:22:18 -03:00
parent a2d7fe2de8
commit a924769973

View File

@@ -54,7 +54,6 @@ static int setBasePathInCluster(char **pBasePath)
fprintf(stderr, "%s: Cannot retrieve the kubernetes service host inside a pod by the env %s.\n", fname, SERVICE_HOST_ENV_NAME); fprintf(stderr, "%s: Cannot retrieve the kubernetes service host inside a pod by the env %s.\n", fname, SERVICE_HOST_ENV_NAME);
return -1; return -1;
} }
#ifndef _WIN32 #ifndef _WIN32
const char *service_port_env = secure_getenv(SERVICE_PORT_ENV_NAME); const char *service_port_env = secure_getenv(SERVICE_PORT_ENV_NAME);
#else #else