Skip to content

Commit 6f310d5

Browse files
authored
Add missing line to docstring after Args (#19213)
Without it stardoc breaks. PiperOrigin-RevId: 694033035
1 parent 1e26332 commit 6f310d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bazel/common/proto_common.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _get_import_path(proto_file):
6363
6464
Args:
6565
proto_file: (File) The .proto file
66+
6667
Returns:
6768
(str) import path
6869
"""

0 commit comments

Comments
 (0)