Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fimanishi committed Dec 13, 2024
1 parent b5ffe07 commit b7a95de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/matching/tasklist/task_completer.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import (
"context"
"errors"
"fmt"
"time"

"github.com/uber/cadence/client/history"
"github.com/uber/cadence/common"
"github.com/uber/cadence/common/backoff"
Expand All @@ -37,7 +39,6 @@ import (
"github.com/uber/cadence/common/metrics"
"github.com/uber/cadence/common/persistence"
"github.com/uber/cadence/common/types"
"time"
)

type (
Expand Down

0 comments on commit b7a95de

Please sign in to comment.