From 1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 6 Sep 2017 17:12:54 -0500 Subject: app type transition (#7167) --- app/auto_environment.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/auto_environment.go') 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 { -- cgit v1.2.3-1-g7c22