Skip to content

Commit a8cd548

Browse files
committed
Fix lint
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
1 parent 90abbd8 commit a8cd548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/server/gc/gc_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ import (
2121
"testing"
2222
"time"
2323

24-
"github.com/pingcap/kvproto/pkg/pdpb"
2524
"github.com/stretchr/testify/require"
2625
"go.uber.org/goleak"
2726

27+
"github.com/pingcap/kvproto/pkg/pdpb"
28+
2829
"github.com/tikv/pd/pkg/keyspace"
2930
"github.com/tikv/pd/pkg/mcs/utils/constant"
3031
"github.com/tikv/pd/pkg/utils/testutil"

0 commit comments

Comments
 (0)