Skip to content

Commit f8f7bd9

Browse files
committed
fix fmt
1 parent b636a7b commit f8f7bd9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/integration_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ import (
2525
"context"
2626
"errors"
2727
"fmt"
28-
"go.uber.org/cadence/test/replaytests"
2928
"net"
3029
"strings"
3130
"sync"
3231
"testing"
3332
"time"
3433

34+
"go.uber.org/cadence/test/replaytests"
35+
3536
"github.com/pborman/uuid"
3637
"github.com/stretchr/testify/require"
3738
"github.com/stretchr/testify/suite"

test/replaytests/versioned_workflow.go

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

33
import (
44
"context"
5+
"time"
6+
57
"go.uber.org/cadence/activity"
68
"go.uber.org/cadence/worker"
79
"go.uber.org/cadence/workflow"
8-
"time"
910
)
1011

1112
const (

0 commit comments

Comments
 (0)