From bcfb751c474c43be743cd154b67813a331d6d7f8 Mon Sep 17 00:00:00 2001 From: TianlinZhao Date: Mon, 3 Aug 2020 23:36:48 -0400 Subject: [PATCH] format, txt manuel adjustment due to the failure of importing of cmake_format and clang_format --- api/test/trace/propagation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/test/trace/propagation/CMakeLists.txt b/api/test/trace/propagation/CMakeLists.txt index 44b0fca281..f2a9815426 100644 --- a/api/test/trace/propagation/CMakeLists.txt +++ b/api/test/trace/propagation/CMakeLists.txt @@ -3,4 +3,4 @@ foreach(testname http_text_format_test) target_link_libraries(${testname} ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} opentelemetry_api) gtest_add_tests(TARGET ${testname} TEST_PREFIX trace. TEST_LIST ${testname}) -endforeach() \ No newline at end of file +endforeach()