Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1603027 - clang-format, a=bustage
  • Loading branch information
martinthomson committed Dec 11, 2019
1 parent 346ca6f commit 5438617
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gtests/ssl_gtest/tls_esni_unittest.cc
Expand Up @@ -316,9 +316,8 @@ TEST_P(TlsConnectTls13, ConnectEsniHrr) {
MakeTlsFilter<TlsExtensionCapture>(client_, ssl_server_name_xtn, true);
auto efilter =
MakeTlsFilter<TlsExtensionCapture>(client_, ssl_tls13_encrypted_sni_xtn);
auto efilter2 =
MakeTlsFilter<TlsExtensionCapture>(client_, ssl_tls13_encrypted_sni_xtn, true);

auto efilter2 = MakeTlsFilter<TlsExtensionCapture>(
client_, ssl_tls13_encrypted_sni_xtn, true);

client_->SetFilter(std::make_shared<ChainedPacketFilter>(
ChainedPacketFilterInit({filter, filter2, efilter, efilter2})));
Expand Down

0 comments on commit 5438617

Please sign in to comment.