commit | e61a0817f6fb0262ecc59f6b4e7bf486c7a3f12d | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Jul 14 16:24:05 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 14 16:24:05 2023 +0000 |
tree | f6d784f4a8cea6bfe4e02c174b4e16134b50c84a | |
parent | 1181ca2be367d8aae646fcbd07f2bab7cacb1239 [diff] | |
parent | 5b18c0ca2743a1c11a4bcf76eba015d2b24fc394 [diff] |
Merge "Add missing formatting directive" into main
diff --git a/android/bazel.go b/android/bazel.go index 1bfbdec..0d2c777 100644 --- a/android/bazel.go +++ b/android/bazel.go
@@ -255,7 +255,7 @@ if b.ShouldConvertWithBp2build(ctx) { return bp2buildModuleLabel(ctx, module) } - panic(fmt.Errorf("requested non-existent label for module ", module.Name())) + panic(fmt.Errorf("requested non-existent label for module %s", module.Name())) } type Bp2BuildConversionAllowlist struct {