Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsiambaku committed Aug 19, 2024
1 parent a70cf38 commit 3ff2962
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion internal/internal_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"encoding/hex"
"errors"
"fmt"
"go.uber.org/cadence/internal/common/debug"
"io"
"os"
"reflect"
Expand All @@ -40,6 +39,8 @@ import (
"sync/atomic"
"time"

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

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

"github.com/opentracing/opentracing-go"
Expand Down
3 changes: 2 additions & 1 deletion internal/internal_worker_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ import (
"context"
"errors"
"fmt"
"go.uber.org/cadence/internal/common/debug"
"os"
"runtime"
"sync"
"syscall"
"time"

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

"github.com/shirou/gopsutil/cpu"
"github.com/uber-go/tally"
"go.uber.org/zap"
Expand Down
3 changes: 2 additions & 1 deletion internal/internal_worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ package internal
import (
"context"
"errors"
"go.uber.org/cadence/internal/common/debug"
"os"
"reflect"
"runtime"
"sync"
"testing"
"time"

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

"github.com/golang/mock/gomock"
"github.com/opentracing/opentracing-go"
"github.com/stretchr/testify/assert"
Expand Down
3 changes: 2 additions & 1 deletion internal/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ package internal

import (
"context"
"go.uber.org/cadence/internal/common/debug"
"time"

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

"github.com/opentracing/opentracing-go"
"github.com/uber-go/tally"
"go.uber.org/zap"
Expand Down

0 comments on commit 3ff2962

Please sign in to comment.