Skip to content

Commit 951113a

Browse files
committed
fmt
1 parent 15dc0d6 commit 951113a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

internal/common/metrics/service_wrapper_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ package metrics
2222

2323
import (
2424
"fmt"
25-
"github.com/stretchr/testify/assert"
26-
"go.uber.org/cadence/.gen/go/cadence/workflowservicetest"
2725
"io"
2826
"reflect"
2927
"strings"
3028
"testing"
3129
"time"
3230

31+
"github.com/stretchr/testify/assert"
32+
33+
"go.uber.org/cadence/.gen/go/cadence/workflowservicetest"
34+
3335
"github.com/golang/mock/gomock"
3436
"github.com/stretchr/testify/require"
3537
"github.com/uber-go/tally"

0 commit comments

Comments
 (0)