summaryrefslogtreecommitdiffstats
path: root/app/elasticsearch.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-08-09 15:35:49 -0500
committerChristopher Speller <crspeller@gmail.com>2017-08-09 13:35:49 -0700
commitff0811e4a4f5189293b54a1d195eaec30b3e530f (patch)
tree70cd535da2ed1c262e8bfc8ed37096a513bdcfab /app/elasticsearch.go
parent9309ad9d7a4684440234989f658c66bae3c1052f (diff)
downloadchat-ff0811e4a4f5189293b54a1d195eaec30b3e530f.tar.gz
chat-ff0811e4a4f5189293b54a1d195eaec30b3e530f.tar.bz2
chat-ff0811e4a4f5189293b54a1d195eaec30b3e530f.zip
lint all the things (#7154)
* lint all the things * remove extra echo
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"
)