From 6f310d5d88585e6badf12620fb18e11242c5b838 Mon Sep 17 00:00:00 2001 From: Ivo List Date: Tue, 12 Nov 2024 16:52:06 +0100 Subject: [PATCH] Add missing line to docstring after Args (#19213) Without it stardoc breaks. PiperOrigin-RevId: 694033035 --- bazel/common/proto_common.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/common/proto_common.bzl b/bazel/common/proto_common.bzl index a54f577c421c..7cc7b843317b 100644 --- a/bazel/common/proto_common.bzl +++ b/bazel/common/proto_common.bzl @@ -63,6 +63,7 @@ def _get_import_path(proto_file): Args: proto_file: (File) The .proto file + Returns: (str) import path """