summaryrefslogtreecommitdiffstats
path: root/app/job.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/job.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/job.go')
-rw-r--r--app/job.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/job.go b/app/job.go
index 36c0b1992..005324999 100644
--- a/app/job.go
+++ b/app/job.go
@@ -4,8 +4,8 @@
package app
import (
- "github.com/mattermost/platform/model"
"github.com/mattermost/platform/jobs"
+ "github.com/mattermost/platform/model"
)
func GetJob(id string) (*model.Job, *model.AppError) {