summaryrefslogtreecommitdiffstats
path: root/einterfaces/brand.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/brand.go')
-rw-r--r--einterfaces/brand.go3
1 files changed, 2 insertions, 1 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 {