summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces')
-rw-r--r--einterfaces/brand.go3
-rw-r--r--einterfaces/oauthproviders.go3
2 files changed, 4 insertions, 2 deletions
diff --git a/einterfaces/brand.go b/einterfaces/brand.go
index fc584a91c..11e7d4e42 100644
--- a/einterfaces/brand.go
+++ b/einterfaces/brand.go
@@ -4,8 +4,9 @@
package einterfaces
import (
- "github.com/mattermost/mattermost-server/model"
"mime/multipart"
+
+ "github.com/mattermost/mattermost-server/model"
)
type BrandInterface interface {
diff --git a/einterfaces/oauthproviders.go b/einterfaces/oauthproviders.go
index 7e24d2a70..ed54a204a 100644
--- a/einterfaces/oauthproviders.go
+++ b/einterfaces/oauthproviders.go
@@ -4,8 +4,9 @@
package einterfaces
import (
- "github.com/mattermost/mattermost-server/model"
"io"
+
+ "github.com/mattermost/mattermost-server/model"
)
type OauthProvider interface {