Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 16, 2024
1 parent bd60001 commit 1de5f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/coordinator/tasks/generate_transaction/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func (t *Task) LoadConfig() error {
return nil
}

//nolint:gocyclo // ignore
func (t *Task) Execute(ctx context.Context) error {
tx, err := t.generateTransaction(ctx)
if err != nil {
Expand Down

0 comments on commit 1de5f49

Please sign in to comment.