Skip to content

Commit 801b36b

Browse files
committed
Fix trailing whitespace and end-of-file issues identified by pre-commit
1 parent 3d4acde commit 801b36b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ build:macos --macos_minimum_os=10.12
5151
common --noenable_bzlmod
5252

5353
test --noincompatible_check_sharding_support
54-

third_party/protobuf_retain_options.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+++ b/bazel/private/proto_library_rule.bzl
33
@@ -165,5 +165,4 @@
44
args = ctx.actions.args()
5-
5+
66
if ctx.attr._experimental_proto_descriptor_sets_include_source_info[BuildSettingInfo].value:
77
args.add("--include_source_info")
88
- args.add("--retain_options")

0 commit comments

Comments
 (0)