Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Jul 1, 2024
1 parent 7ed9c3a commit c2f99a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/functions/sparksql/fuzzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ endforeach()
# Generate Spark connect hearders and sources
add_custom_command(
OUTPUT ${PROTO_OUTPUT_FILES}
COMMAND
protobuf::protoc ${PROTO_PATH_ARGS} --cpp_out ${CMAKE_BINARY_DIR} ${PROTO_FILES_FULL}
COMMAND protobuf::protoc ${PROTO_PATH_ARGS} --cpp_out ${CMAKE_BINARY_DIR}
${PROTO_FILES_FULL}
DEPENDS protobuf::protoc
COMMENT "Running PROTO compiler"
VERBATIM)
Expand Down

0 comments on commit c2f99a5

Please sign in to comment.