Fix formatting

This commit is contained in:
Michael Boulton 2020-08-18 15:14:04 +01:00
parent d2137760e0
commit c0ec642fb7
No known key found for this signature in database
GPG Key ID: 8A62CA0BE2E0197E
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ void _go_git_populate_apply_cb(git_apply_options *options)
void _go_git_populate_commit_sign_cb(git_rebase_options *opts)
{
opts->signing_cb = (git_commit_signing_cb)commitSignCallback;
opts->signing_cb = (git_commit_signing_cb)commitSignCallback;
}
void _go_git_populate_remote_cb(git_clone_options *opts)