Skip to content

Commit

Permalink
corrected imports order
Browse files Browse the repository at this point in the history
Signed-off-by: ritwizsinha <[email protected]>
  • Loading branch information
ritwizsinha committed Sep 16, 2021
1 parent cc41b1f commit d6085c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"bytes"
"compress/gzip"
"fmt"
"github.com/google/go-cmp/cmp"
"io"
"io/ioutil"
"math/rand"
Expand All @@ -31,6 +30,8 @@ import (
"sync"
"testing"

"github.com/google/go-cmp/cmp"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down

0 comments on commit d6085c6

Please sign in to comment.