Skip to content

Commit 1ca8127

Browse files
committed
satisfy formatting
1 parent d72e13b commit 1ca8127

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/remote_callbacks.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,9 @@ extern "C" fn certificate_check_cb(
431431
});
432432
match ok {
433433
Some(Ok(CertificateCheckStatus::CertificateOk)) => 0,
434-
Some(Ok(CertificateCheckStatus::CertificatePassthrough)) => raw::GIT_PASSTHROUGH as c_int,
434+
Some(Ok(CertificateCheckStatus::CertificatePassthrough)) => {
435+
raw::GIT_PASSTHROUGH as c_int
436+
}
435437
Some(Err(e)) => unsafe { e.raw_set_git_error() },
436438
None => {
437439
// Panic. The *should* get resumed by some future call to check().

0 commit comments

Comments
 (0)