Skip to content

Commit

Permalink
address lints
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <overvenus@gmail.com>
  • Loading branch information
overvenus committed Jan 9, 2023
1 parent 183ef97 commit 0d1840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/redo/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func TestManagerRtsMap(t *testing.T) {
require.Nil(t, err)
defer logMgr.Cleanup(ctx)

tables := spanz.NewHashMap[model.Ts]()
var tables *spanz.HashMap[model.Ts]
var minTs model.Ts

tables, minTs = logMgr.prepareForFlush()
Expand Down

0 comments on commit 0d1840b

Please sign in to comment.