Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
3vilhamster committed Nov 11, 2024
1 parent 27b16db commit d2b87f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/common/testlogger/testlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ package testlogger

import (
"fmt"
"go.uber.org/cadence/internal/common"
"slices"
"strings"
"sync"

"go.uber.org/cadence/internal/common"

"github.com/stretchr/testify/require"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
Expand Down
3 changes: 2 additions & 1 deletion internal/common/testlogger/testlogger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ package testlogger

import (
"fmt"
"go.uber.org/cadence/internal/common"
"os"
"sync"
"testing"
"time"

"go.uber.org/cadence/internal/common"

"go.uber.org/zap/zaptest"

"github.com/stretchr/testify/assert"
Expand Down

0 comments on commit d2b87f4

Please sign in to comment.