Make slight change to ordering in src/file_lists.cmake (#10612)

This change does not directly do anything useful, but the goal is to
confirm that the GitHub action for auto-generating file_lists.cmake will
quickly rewrite the file in its canonical form.
pull/10620/head
Adam Cozzette 2 years ago committed by GitHub
parent 6be96e7a20
commit 975ed9f704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/file_lists.cmake

@ -11,8 +11,8 @@ endif()
# //pkg:protobuf
set(libprotobuf_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/any.pb.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/api.pb.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/any.pb.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/duration.pb.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/empty.pb.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/field_mask.pb.cc

Loading…
Cancel
Save