summaryrefslogtreecommitdiffstats
path: root/app/auto_posts.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/auto_posts.go')
-rw-r--r--app/auto_posts.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/auto_posts.go b/app/auto_posts.go
index 6a2a15908..8818a94f9 100644
--- a/app/auto_posts.go
+++ b/app/auto_posts.go
@@ -5,10 +5,11 @@ package app
import (
"bytes"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
"io"
"os"
+
+ "github.com/mattermost/platform/model"
+ "github.com/mattermost/platform/utils"
)
type AutoPostCreator struct {