Skip to content

Commit

Permalink
fix lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Sep 1, 2023
1 parent e50cf33 commit aeb9349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owner/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (*mockManager) SetOwnerOpValue(_ context.Context, op OpType) error {
}

// CampaignOwner implements Manager.CampaignOwner interface.
func (m *mockManager) CampaignOwner(withTTL ...int) error {
func (m *mockManager) CampaignOwner(_ ...int) error {
m.wg.Add(1)
go func() {
logutil.BgLogger().Debug("owner manager campaign owner", zap.String("category", "ddl"),
Expand Down

0 comments on commit aeb9349

Please sign in to comment.