Skip to content

Commit d2b87f4

Browse files
committed
fmt
1 parent 27b16db commit d2b87f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

internal/common/testlogger/testlogger.go

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

2323
import (
2424
"fmt"
25-
"go.uber.org/cadence/internal/common"
2625
"slices"
2726
"strings"
2827
"sync"
2928

29+
"go.uber.org/cadence/internal/common"
30+
3031
"github.com/stretchr/testify/require"
3132
"go.uber.org/zap"
3233
"go.uber.org/zap/zapcore"

internal/common/testlogger/testlogger_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ package testlogger
2222

2323
import (
2424
"fmt"
25-
"go.uber.org/cadence/internal/common"
2625
"os"
2726
"sync"
2827
"testing"
2928
"time"
3029

30+
"go.uber.org/cadence/internal/common"
31+
3132
"go.uber.org/zap/zaptest"
3233

3334
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)