Fix indentation

This commit is contained in:
Ahmed Yarub Hani Al Nuaimi
2021-09-09 09:49:05 -03:00
parent e867d72dc1
commit 3fc6d82749

View File

@@ -102,7 +102,7 @@ int kube_exec_and_get_result(ExecCredential_t * exec_credential, const kubeconfi
rc = kubeyaml_parse_exec_crendential(exec_credential, result_string);
end:
end:
if (result_string) {
free(result_string);
}