Skip to content

Commit 86c8f4c

Browse files
committed
fmt
1 parent c189829 commit 86c8f4c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

internal/internal_task_pollers_test.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,20 @@ package internal
2323
import (
2424
"context"
2525
"errors"
26+
"testing"
27+
"time"
28+
2629
"github.com/golang/mock/gomock"
2730
"github.com/stretchr/testify/assert"
2831
"github.com/stretchr/testify/mock"
2932
"github.com/stretchr/testify/require"
3033
"github.com/uber-go/tally"
34+
"go.uber.org/zap/zaptest"
35+
3136
"go.uber.org/cadence/.gen/go/cadence/workflowservicetest"
3237
s "go.uber.org/cadence/.gen/go/shared"
3338
"go.uber.org/cadence/internal/common"
3439
"go.uber.org/cadence/internal/common/metrics"
35-
"go.uber.org/zap/zaptest"
36-
"testing"
37-
"time"
3840
)
3941

4042
const (

0 commit comments

Comments
 (0)