Skip to content

Commit 81ed30c

Browse files
committed
Reformat after merge
1 parent 6c32186 commit 81ed30c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

test/replaytests/activity_check.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
package replaytests
2222

2323
import (
24-
"go.uber.org/cadence/workflow"
25-
"go.uber.org/zap"
2624
"time"
25+
26+
"go.uber.org/zap"
27+
28+
"go.uber.org/cadence/workflow"
2729
)
2830

2931
// greetingsWorkflowActivity demonstrates the case in replayer where if an activity name is changed in a workflow or if a new activity is introdced in a workflow then the shdower fails.

test/replaytests/signature_bug.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ package replaytests
2222

2323
import (
2424
"fmt"
25-
"go.uber.org/cadence/workflow"
26-
"go.uber.org/zap"
2725
"time"
26+
27+
"go.uber.org/zap"
28+
29+
"go.uber.org/cadence/workflow"
2830
)
2931

3032
// greetingWorkflow demonstrates the normal case where we are executing multiple acitivities and expect a certain result.

0 commit comments

Comments
 (0)