Skip to content

Commit 371841d

Browse files
committed
Fix style
1 parent 302754c commit 371841d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ if(WITH_OTLP_GRPC OR WITH_OTLP_HTTP)
430430
if(TARGET protobuf::protoc)
431431
project_build_tools_get_imported_location(PROTOBUF_PROTOC_EXECUTABLE
432432
protobuf::protoc)
433-
# If protobuf::protoc is not a imported target, then we use the target directly for fallback
433+
# If protobuf::protoc is not a imported target, then we use the target
434+
# directly for fallback
434435
if(NOT PROTOBUF_PROTOC_EXECUTABLE)
435436
set(PROTOBUF_PROTOC_EXECUTABLE protobuf::protoc)
436437
endif()

0 commit comments

Comments
 (0)