reformat mock

This commit is contained in:
Umputun
2019-12-17 02:54:58 -06:00
parent 6a5cd79074
commit 0e19d11df8
+4 -2
View File
@@ -2,8 +2,10 @@
package engine
import mock "github.com/stretchr/testify/mock"
import store "github.com/umputun/remark/backend/app/store"
import (
mock "github.com/stretchr/testify/mock"
store "github.com/umputun/remark/backend/app/store"
)
// MockInterface is an autogenerated mock type for the Interface type
type MockInterface struct {