From 7fdc27c099bd6e30bf8e112923c8f1b86acd34af Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 10 Mar 2020 04:40:03 -0700 Subject: [PATCH] Automatic code cleanup. PiperOrigin-RevId: 300062414 Change-Id: I0df6327b0a651aed821351f9aaff731ff6183aa6 --- tools/migration/convert_crosstool_to_starlark.go | 2 +- tools/migration/crosstool_to_starlark_lib_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/migration/convert_crosstool_to_starlark.go b/tools/migration/convert_crosstool_to_starlark.go index d1b2a87..2c31456 100644 --- a/tools/migration/convert_crosstool_to_starlark.go +++ b/tools/migration/convert_crosstool_to_starlark.go @@ -23,8 +23,8 @@ import ( // Google internal base/go package, commented out by copybara "log" - "github.com/golang/protobuf/proto" crosstoolpb "third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config_go_proto" + "github.com/golang/protobuf/proto" "tools/migration/crosstooltostarlarklib" ) diff --git a/tools/migration/crosstool_to_starlark_lib_test.go b/tools/migration/crosstool_to_starlark_lib_test.go index a95bac5..a5db02f 100644 --- a/tools/migration/crosstool_to_starlark_lib_test.go +++ b/tools/migration/crosstool_to_starlark_lib_test.go @@ -6,8 +6,8 @@ import ( "testing" "log" - "github.com/golang/protobuf/proto" crosstoolpb "third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config_go_proto" + "github.com/golang/protobuf/proto" ) func makeCToolchainString(lines []string) string {