Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Leavrth <jianjun.liao@outlook.com>
  • Loading branch information
Leavrth committed Jan 19, 2023
1 parent c0179b3 commit a8eb546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/restore/split_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ func TestSplitCheckPartRegionConsistency(t *testing.T) {
var (
startKey []byte = []byte("a")
endKey []byte = []byte("f")
err error = nil
err error
)
err = split.CheckPartRegionConsistency(startKey, endKey, nil)
require.Error(t, err)
Expand Down

0 comments on commit a8eb546

Please sign in to comment.