From fa34f780bd4310952512f713407426704f67f98f Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Thu, 13 Apr 2023 17:40:00 +0300
Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?=
 =?UTF-8?q?=D0=BE=20=D0=9F=D0=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pkg/collections/mocks/Collections.go         | 4 +---
 pkg/collections/transport/client.microgen.go | 1 +
 pkg/collections/transport/server.microgen.go | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/collections/mocks/Collections.go b/pkg/collections/mocks/Collections.go
index 692b5a81..e52dffab 100644
--- a/pkg/collections/mocks/Collections.go
+++ b/pkg/collections/mocks/Collections.go
@@ -6,10 +6,8 @@ import (
 	context "context"
 
 	collections "git.perx.ru/perxis/perxis-go/pkg/collections"
-
-	mock "github.com/stretchr/testify/mock"
-
 	schema "git.perx.ru/perxis/perxis-go/pkg/schema"
+	mock "github.com/stretchr/testify/mock"
 )
 
 // Collections is an autogenerated mock type for the Collections type
diff --git a/pkg/collections/transport/client.microgen.go b/pkg/collections/transport/client.microgen.go
index 33cb0079..7fd5b53f 100644
--- a/pkg/collections/transport/client.microgen.go
+++ b/pkg/collections/transport/client.microgen.go
@@ -5,6 +5,7 @@ package transport
 import (
 	"context"
 	"errors"
+
 	collections "git.perx.ru/perxis/perxis-go/pkg/collections"
 	schema "git.perx.ru/perxis/perxis-go/pkg/schema"
 	codes "google.golang.org/grpc/codes"
diff --git a/pkg/collections/transport/server.microgen.go b/pkg/collections/transport/server.microgen.go
index 548d611d..958e28ab 100644
--- a/pkg/collections/transport/server.microgen.go
+++ b/pkg/collections/transport/server.microgen.go
@@ -4,6 +4,7 @@ package transport
 
 import (
 	"context"
+
 	collections "git.perx.ru/perxis/perxis-go/pkg/collections"
 	endpoint "github.com/go-kit/kit/endpoint"
 )
-- 
GitLab