Skip to content

Commit

Permalink
fix import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitol committed Jul 10, 2024
1 parent 142da3b commit 2cc9781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desc_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"errors"
"fmt"
"github.com/jhump/protoreflect/desc/protoprint"
"io"
"os"
"path/filepath"
Expand All @@ -13,6 +12,7 @@ import (
"github.com/golang/protobuf/proto" //lint:ignore SA1019 we have to import this because it appears in exported API
"github.com/jhump/protoreflect/desc"
"github.com/jhump/protoreflect/desc/protoparse"
"github.com/jhump/protoreflect/desc/protoprint"
"github.com/jhump/protoreflect/dynamic"
"github.com/jhump/protoreflect/grpcreflect"
"google.golang.org/grpc/codes"
Expand Down

0 comments on commit 2cc9781

Please sign in to comment.