mirror of https://github.com/bazelbuild/rules_cc
Automatic code cleanup.
PiperOrigin-RevId: 300062414 Change-Id: I0df6327b0a651aed821351f9aaff731ff6183aa6
This commit is contained in:
parent
e7f1b2c2e5
commit
7fdc27c099
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue