Skip to content

Commit

Permalink
format new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxx committed Mar 29, 2023
1 parent 5db44b7 commit 1539d8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/replaytests/branch_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ package replaytests

import (
"fmt"
"go.uber.org/cadence/workflow"
"time"

"go.uber.org/cadence/workflow"
)

/**
Expand Down
3 changes: 2 additions & 1 deletion test/replaytests/parallel_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ import (
"fmt"
"time"

"go.uber.org/cadence/workflow"
"go.uber.org/zap"

"go.uber.org/cadence/workflow"
)

/**
Expand Down
3 changes: 2 additions & 1 deletion test/replaytests/replay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
package replaytests

import (
"github.com/stretchr/testify/assert"
"strings"
"testing"

"github.com/stretchr/testify/assert"

"github.com/stretchr/testify/require"
"go.uber.org/zap/zaptest"

Expand Down

0 comments on commit 1539d8c

Please sign in to comment.