Updated to remove extra line and pass clang format check

This commit is contained in:
mendrak
2023-03-26 20:44:58 -07:00
parent 74342b298e
commit 34850841fc

View File

@@ -96,7 +96,6 @@ extern "C" int credentials_cb(git_cred **out, const char *url, const char *usern
return git_cred_userpass_plaintext_new(out, CString(proper_username).data, CString(creds->password).data);
}
if (allowed_types & GIT_CREDENTIAL_USERNAME) {
return git_credential_username_new(out, CString(proper_username).data);
}