Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 984abcc

Browse files
committed
Fix formatting.
1 parent d39abd9 commit 984abcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ endfunction ()
139139

140140
# Create a single source proto library.
141141
#
142-
# - proto: the filename for the proto source.
143-
# - (optional) ARGN: proto libraries the new library depends on.
142+
# * proto: the filename for the proto source.
143+
# * (optional) ARGN: proto libraries the new library depends on.
144144
function (googleapis_cpp_add_library proto)
145145
googleapis_cpp_short_name(short_name "${proto}")
146146
google_cloud_cpp_grpcpp_library(googleapis_cpp_${short_name}

0 commit comments

Comments
 (0)