Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Feb 8, 2024
1 parent 2a5352c commit ca6cc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cpp/util/tls_test_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ bool AsyncCertificateVerifier::Verify(
return false; // Asynchronous call
}

void AsyncCertificateVerifier::Cancel(
TlsCustomVerificationCheckRequest*, const absl::Status& status) {
void AsyncCertificateVerifier::Cancel(TlsCustomVerificationCheckRequest*,
const absl::Status& status) {
*status_from_cancellation_ = status;
}

Expand Down

0 comments on commit ca6cc68

Please sign in to comment.