Skip to content

Commit

Permalink
fix import format
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxuwan committed Nov 10, 2022
1 parent 3b893d2 commit 4e1bd29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bytes/bytes_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ package gxbytes

import (
"fmt"
"github.com/stretchr/testify/assert"
"testing"
)
import (
"github.com/stretchr/testify/assert"
)

func Test_findIndex(t *testing.T) {
bp := NewBytesPool([]int{16, 4 << 10, 16 << 10, 32 << 10, 64 << 10})
Expand Down

0 comments on commit 4e1bd29

Please sign in to comment.