Skip to content

Commit 56ad7c7

Browse files
committed
lint
1 parent 0ff4334 commit 56ad7c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

internal/batch/batch_future_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ import (
1111

1212
"github.com/stretchr/testify/assert"
1313

14+
"go.uber.org/multierr"
15+
1416
"go.uber.org/cadence/internal"
1517
"go.uber.org/cadence/testsuite"
16-
"go.uber.org/multierr"
1718
)
1819

1920
type batchWorkflowInput struct {
@@ -128,7 +129,7 @@ func Test_BatchWorkflow_Cancel(t *testing.T) {
128129
})
129130
}()
130131

131-
time.Sleep(time.Second*2)
132+
time.Sleep(time.Second * 2)
132133
env.CancelWorkflow()
133134

134135
assert.Eventually(t, func() bool {

x/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package x
22

33
/*
4-
Package x is an experimental package for early-stage features. The API here is not stable and may change.
4+
Package x is an experimental package for early-stage features. The API here is not stable and may change.
55
*/

0 commit comments

Comments
 (0)