Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <danzh@google.com>
  • Loading branch information
danzh1989 committed Mar 6, 2024
1 parent 3264660 commit b668a2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile/test/common/integration/test_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ TestServer::TestServer()
ON_CALL(factory_context_.server_context_, api()).WillByDefault(testing::ReturnRef(*api_));
ON_CALL(factory_context_, statsScope())
.WillByDefault(testing::ReturnRef(*stats_store_.rootScope()));
ON_CALL(factory_context_, sslContextManager()).WillByDefault(testing::ReturnRef(context_manager_));
ON_CALL(factory_context_, sslContextManager())
.WillByDefault(testing::ReturnRef(context_manager_));
}

void TestServer::startTestServer(TestServerType test_server_type) {
Expand Down

0 comments on commit b668a2d

Please sign in to comment.