Skip to content

Commit ee5e9b9

Browse files
committed
Fix formatting issues
1 parent 7925a01 commit ee5e9b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/test/w3c_tracecontext_http_test_server/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ target_link_libraries(
1010
opentelemetry_http_client_curl opentelemetry_exporter_ostream_span
1111
${CURL_LIBRARIES} nlohmann_json::nlohmann_json)
1212
if(nlohmann_json_clone)
13-
add_dependencies(w3c_tracecontext_http_test_server nlohmann_json::nlohmann_json)
13+
add_dependencies(w3c_tracecontext_http_test_server
14+
nlohmann_json::nlohmann_json)
1415
endif()

0 commit comments

Comments
 (0)