Skip to content

Commit

Permalink
Rearrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src committed Jun 27, 2024
1 parent 516a6cb commit 8618bd4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bindings/go/scip/symbol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ package scip

import (
"fmt"
simdutf8 "github.com/bytedance/sonic/utf8"
"github.com/google/go-cmp/cmp"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/proto"
"io"
"os"
"strings"
"testing"
"time"
"unicode/utf8"

simdutf8 "github.com/bytedance/sonic/utf8"
"github.com/google/go-cmp/cmp"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/proto"
)

func TestParseSymbol(t *testing.T) {
Expand Down

0 comments on commit 8618bd4

Please sign in to comment.