Skip to content

Commit e9ed409

Browse files
authored
make fmt fix (#1246)
These just snuck through, possibly we have a gap in our CI.
1 parent ad91fc7 commit e9ed409

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/replaytests/exclusive_choice_workflow.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ import (
2424
"fmt"
2525
"time"
2626

27-
"go.uber.org/cadence/workflow"
2827
"go.uber.org/zap"
28+
29+
"go.uber.org/cadence/workflow"
2930
)
3031

3132
/**

test/replaytests/replay_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
package replaytests
2222

2323
import (
24-
"go.uber.org/cadence/activity"
2524
"strings"
2625
"testing"
2726

27+
"go.uber.org/cadence/activity"
28+
2829
"github.com/stretchr/testify/assert"
2930

3031
"github.com/stretchr/testify/require"

0 commit comments

Comments
 (0)