Skip to content

Commit 492f835

Browse files
author
Vsevolod Kaloshin
committed
fix imports
1 parent c3c740d commit 492f835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626
"context"
2727
"errors"
2828
"fmt"
29-
"github.com/uber/cadence/common/backoff"
3029
"math/rand"
3130
"strconv"
3231
"sync"
@@ -38,6 +37,7 @@ import (
3837
"github.com/stretchr/testify/require"
3938
"go.uber.org/yarpc/yarpcerrors"
4039

40+
"github.com/uber/cadence/common/backoff"
4141
"github.com/uber/cadence/common/log"
4242
"github.com/uber/cadence/common/log/tag"
4343
"github.com/uber/cadence/common/metrics"

0 commit comments

Comments
 (0)