Automatic code cleanup.

PiperOrigin-RevId: 300062414
Change-Id: I0df6327b0a651aed821351f9aaff731ff6183aa6
This commit is contained in:
Googler 2020-03-10 04:40:03 -07:00 committed by Copybara-Service
parent e7f1b2c2e5
commit 7fdc27c099
2 changed files with 2 additions and 2 deletions

View File

@ -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"
)

View File

@ -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 {