Skip to content

Commit

Permalink
fix format.
Browse files Browse the repository at this point in the history
Signed-off-by: JimmyCYJ <[email protected]>
  • Loading branch information
JimmyCYJ committed Jul 26, 2018
1 parent edda28e commit 7dbab59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common/ssl/ssl_socket_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2604,8 +2604,8 @@ class SslReadBufferLimitTest : public SslCertsTest,
listener_ = dispatcher_->createListener(socket_, listener_callbacks_, true, false);

client_ctx_loader_ = TestEnvironment::jsonLoadFromString(client_ctx_json_);
client_ctx_config_.reset(
new ClientContextConfigImpl(*client_ctx_loader_, server_.secretManager(), secret_provider_factory_));
client_ctx_config_.reset(new ClientContextConfigImpl(
*client_ctx_loader_, server_.secretManager(), secret_provider_factory_));

client_ssl_socket_factory_.reset(
new ClientSslSocketFactory(std::move(client_ctx_config_), *manager_, stats_store_));
Expand Down

0 comments on commit 7dbab59

Please sign in to comment.