Copybara test
diff --git a/cmake/protoc.cmake b/cmake/protoc.cmake
index 385a7a3..17e8dd9 100644
--- a/cmake/protoc.cmake
+++ b/cmake/protoc.cmake
@@ -2,6 +2,7 @@
   ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/main.cc
 )
 
+
 add_executable(protoc ${protoc_files} ${protobuf_version_rc_file})
 target_link_libraries(protoc
   libprotoc