Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: wenfeng <[email protected]>
  • Loading branch information
wenfengwang committed Dec 14, 2022
1 parent 03430a6 commit e05be35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/controller/eventbus/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ package eventbus
import (
stdCtx "context"
"fmt"
embedetcd "github.com/linkall-labs/embed-etcd"
"sort"
"testing"

"github.com/golang/mock/gomock"
embedetcd "github.com/linkall-labs/embed-etcd"
"github.com/linkall-labs/vanus/internal/controller/eventbus/eventlog"
"github.com/linkall-labs/vanus/internal/controller/eventbus/metadata"
"github.com/linkall-labs/vanus/internal/kv"
"github.com/linkall-labs/vanus/internal/primitive/vanus"
ctrlpb "github.com/linkall-labs/vanus/proto/pkg/controller"
"github.com/linkall-labs/vanus/proto/pkg/errors"
metapb "github.com/linkall-labs/vanus/proto/pkg/meta"

"github.com/golang/mock/gomock"
. "github.com/smartystreets/goconvey/convey"
)

Expand Down

0 comments on commit e05be35

Please sign in to comment.