summaryrefslogtreecommitdiffstats
path: root/app/auto_environment.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/auto_environment.go')
-rw-r--r--app/auto_environment.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/auto_environment.go b/app/auto_environment.go
index 8827ddf87..5d6baa728 100644
--- a/app/auto_environment.go
+++ b/app/auto_environment.go
@@ -4,10 +4,11 @@
package app
import (
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
"math/rand"
"time"
+
+ "github.com/mattermost/platform/model"
+ "github.com/mattermost/platform/utils"
)
type TestEnvironment struct {