Skip to content

Commit

Permalink
revise log
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer committed May 17, 2022
1 parent aead383 commit 7db05dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statistics/handle/lru_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ package handle

import (
"container/list"
"github.com/pingcap/tidb/util/logutil"
"go.uber.org/zap"
"math"
"sync"

"github.com/pingcap/tidb/metrics"
"github.com/pingcap/tidb/statistics"
"github.com/pingcap/tidb/util/logutil"
"go.uber.org/zap"
)

var (
Expand Down

0 comments on commit 7db05dd

Please sign in to comment.