Skip to content

Commit 1539d8c

Browse files
committed
format new files
1 parent 5db44b7 commit 1539d8c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

test/replaytests/branch_workflow.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ package replaytests
2222

2323
import (
2424
"fmt"
25-
"go.uber.org/cadence/workflow"
2625
"time"
26+
27+
"go.uber.org/cadence/workflow"
2728
)
2829

2930
/**

test/replaytests/parallel_workflow.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ import (
2525
"fmt"
2626
"time"
2727

28-
"go.uber.org/cadence/workflow"
2928
"go.uber.org/zap"
29+
30+
"go.uber.org/cadence/workflow"
3031
)
3132

3233
/**

test/replaytests/replay_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
package replaytests
2222

2323
import (
24-
"github.com/stretchr/testify/assert"
2524
"strings"
2625
"testing"
2726

27+
"github.com/stretchr/testify/assert"
28+
2829
"github.com/stretchr/testify/require"
2930
"go.uber.org/zap/zaptest"
3031

0 commit comments

Comments
 (0)