Skip to content

Commit

Permalink
Add missing line to docstring after Args (#19213)
Browse files Browse the repository at this point in the history
Without it stardoc breaks.

PiperOrigin-RevId: 694033035
  • Loading branch information
comius authored Nov 12, 2024
1 parent 1e26332 commit 6f310d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/common/proto_common.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def _get_import_path(proto_file):
Args:
proto_file: (File) The .proto file
Returns:
(str) import path
"""
Expand Down

0 comments on commit 6f310d5

Please sign in to comment.