Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Isberner committed Aug 17, 2022
1 parent 16da046 commit 751a63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conformance/internal/conformance/clonevt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package conformance

import (
"fmt"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/encoding/protowire"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/encoding/protowire"
"google.golang.org/protobuf/proto"
"google.golang.org/protobuf/types/known/structpb"
"google.golang.org/protobuf/types/known/wrapperspb"
Expand Down

0 comments on commit 751a63b

Please sign in to comment.