Automatic code cleanup.

PiperOrigin-RevId: 300062414
Change-Id: I0df6327b0a651aed821351f9aaff731ff6183aa6
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 @@
 
 	// 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 @@
 	"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 {