Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: ailinkid <314806019@qq.com>
  • Loading branch information
AilinKid committed Aug 26, 2021
1 parent 927ed78 commit 2c213c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ func (m *Meta) RestartSequenceValue(dbID int64, tableInfo *model.TableInfo, seqV
return errors.Trace(m.txn.HSet(m.dbKey(dbID), m.sequenceKey(tableInfo.ID), []byte(strconv.FormatInt(seqValue, 10))))
}

// DropPolicy drops the specified policy.
func (m *Meta) DropPolicy(policyID int64) error {
// Check if policy exists.
policyKey := m.policyKey(policyID)
Expand Down

0 comments on commit 2c213c0

Please sign in to comment.