diff --git a/pkg/proto/v0/settings.mock.go b/pkg/proto/v0/settings.mock.go index f82561d52..04904bded 100644 --- a/pkg/proto/v0/settings.mock.go +++ b/pkg/proto/v0/settings.mock.go @@ -1,9 +1,10 @@ package proto import ( - context "context" - empty "github.com/golang/protobuf/ptypes/empty" - client "github.com/micro/go-micro/v2/client" + "context" + + "github.com/golang/protobuf/ptypes/empty" + "github.com/micro/go-micro/v2/client" ) // MockBundleService can be used to write tests against the bundle service.