Skip to content

Commit

Permalink
Revert the import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp authored May 18, 2024
1 parent 49a741a commit 86505fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions language/go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ import (
"strconv"
"strings"

"github.com/bazelbuild/bazel-gazelle/internal/module"

"github.com/bazelbuild/bazel-gazelle/config"
gzflag "github.com/bazelbuild/bazel-gazelle/flag"
"github.com/bazelbuild/bazel-gazelle/internal/module"
"github.com/bazelbuild/bazel-gazelle/internal/version"
"github.com/bazelbuild/bazel-gazelle/language/proto"
"github.com/bazelbuild/bazel-gazelle/repo"
Expand Down

0 comments on commit 86505fb

Please sign in to comment.