Skip to content

Commit

Permalink
Fix format problem for different versions of clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: owentou <[email protected]>
  • Loading branch information
owent committed Jan 16, 2022
1 parent cefe6ae commit e5d9c92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exporters/zipkin/test/zipkin_exporter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,9 @@ TEST_F(ZipkinExporterTestPeer, ExportJsonIntegrationTest)
TEST_F(ZipkinExporterTestPeer, ShutdownTest)
{
auto mock_http_client = new MockHttpClient;
auto exporter = GetExporter(
std::shared_ptr<opentelemetry::ext::http::client::HttpClientSync>{mock_http_client});
// Leave a comment line here or different version of clang-format has a different result here
auto exporter = GetExporter(
std::shared_ptr<opentelemetry::ext::http::client::HttpClientSync>{mock_http_client});
auto recordable_1 = exporter->MakeRecordable();
recordable_1->SetName("Test span 1");
auto recordable_2 = exporter->MakeRecordable();
Expand Down

0 comments on commit e5d9c92

Please sign in to comment.