summaryrefslogtreecommitdiffstats
path: root/app/elasticsearch.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/elasticsearch.go')
-rw-r--r--app/elasticsearch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/elasticsearch.go b/app/elasticsearch.go
index 740042ba5..6f3a4e38b 100644
--- a/app/elasticsearch.go
+++ b/app/elasticsearch.go
@@ -6,8 +6,8 @@ package app
import (
"net/http"
- "github.com/mattermost/platform/model"
"github.com/mattermost/platform/einterfaces"
+ "github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
)