From 9ac3548fa9adc3cbc6861d91f09d9913ec7facce Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Tue, 7 Nov 2023 09:05:28 -0800 Subject: [PATCH] Clean up trailing whitespace in defs.bzl PiperOrigin-RevId: 580198718 --- rust/defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/defs.bzl b/rust/defs.bzl index c542760056..d51829bb83 100644 --- a/rust/defs.bzl +++ b/rust/defs.bzl @@ -18,7 +18,7 @@ visibility([ ]) def rust_proto_library(name, deps, visibility = [], **args): - """Declares all the boilerplate needed to use Rust protobufs conveniently. + """Declares all the boilerplate needed to use Rust protobufs conveniently. Hopefully no user will ever need to read this code.