mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-04 22:09:55 +03:00
Updated to remove extra line and pass clang format check
This commit is contained in:
@@ -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);
|
return git_cred_userpass_plaintext_new(out, CString(proper_username).data, CString(creds->password).data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (allowed_types & GIT_CREDENTIAL_USERNAME) {
|
if (allowed_types & GIT_CREDENTIAL_USERNAME) {
|
||||||
return git_credential_username_new(out, CString(proper_username).data);
|
return git_credential_username_new(out, CString(proper_username).data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user