Skip to content

Commit 0aa583e

Browse files
committed
format
1 parent 87b267d commit 0aa583e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

exporters/otlp/CMakeLists.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,8 @@ if(WITH_OTLP_GRPC)
133133

134134
add_library(
135135
opentelemetry_otlp_grpc_builder
136-
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE}
137-
src/otlp_grpc_span_builder.cc src/otlp_grpc_push_metric_builder.cc
138-
src/otlp_grpc_log_record_builder.cc)
136+
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE} src/otlp_grpc_span_builder.cc
137+
src/otlp_grpc_push_metric_builder.cc src/otlp_grpc_log_record_builder.cc)
139138
set_target_properties(opentelemetry_otlp_grpc_builder
140139
PROPERTIES EXPORT_NAME otlp_grpc_builder)
141140
set_target_version(opentelemetry_otlp_grpc_builder)
@@ -245,9 +244,8 @@ if(WITH_OTLP_HTTP)
245244

246245
add_library(
247246
opentelemetry_otlp_http_builder
248-
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE}
249-
src/otlp_http_span_builder.cc src/otlp_http_push_metric_builder.cc
250-
src/otlp_http_log_record_builder.cc)
247+
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE} src/otlp_http_span_builder.cc
248+
src/otlp_http_push_metric_builder.cc src/otlp_http_log_record_builder.cc)
251249
set_target_properties(opentelemetry_otlp_http_builder
252250
PROPERTIES EXPORT_NAME otlp_http_builder)
253251
set_target_version(opentelemetry_otlp_http_builder)
@@ -349,9 +347,8 @@ if(WITH_OTLP_FILE)
349347

350348
add_library(
351349
opentelemetry_otlp_file_builder
352-
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE}
353-
src/otlp_file_span_builder.cc src/otlp_file_push_metric_builder.cc
354-
src/otlp_file_log_record_builder.cc)
350+
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE} src/otlp_file_span_builder.cc
351+
src/otlp_file_push_metric_builder.cc src/otlp_file_log_record_builder.cc)
355352

356353
set_target_properties(opentelemetry_otlp_file_builder
357354
PROPERTIES EXPORT_NAME otlp_file_builder)

0 commit comments

Comments
 (0)