Skip to content

Commit

Permalink
chore: make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit committed May 19, 2022
1 parent 2807764 commit 93cd068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/keyvisual/decorator/tidb.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (inOrder *tableInOrder) buildFromTableMap(m *sync.Map) {
}

// FindOne will find first table detail which id is between [fromId, toId).
// Returns nil if not found any
// Returns nil if not found any.
func (inOrder *tableInOrder) findOne(fromID, toID int64) *tableDetail {
if fromID >= toID {
return nil
Expand Down

0 comments on commit 93cd068

Please sign in to comment.