Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <yujuncen@pingcap.com>
  • Loading branch information
YuJuncen committed Aug 1, 2023
1 parent 7812c83 commit 4ac0023
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions br/pkg/utils/storewatch/watching_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"
"testing"
"time"

"github.com/pingcap/kvproto/pkg/metapb"
"github.com/pingcap/tidb/br/pkg/conn/util"
Expand Down Expand Up @@ -110,4 +109,3 @@ func TestOnReboot(t *testing.T) {
require.NoError(t, watcher.Step(ctx))
require.True(t, callBackCalled)
}

0 comments on commit 4ac0023

Please sign in to comment.