summaryrefslogtreecommitdiffstats
path: root/api/command_msg_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_msg_test.go')
-rw-r--r--api/command_msg_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/command_msg_test.go b/api/command_msg_test.go
index 2e2d927e3..d1b15b7e7 100644
--- a/api/command_msg_test.go
+++ b/api/command_msg_test.go
@@ -4,9 +4,10 @@
package api
import (
- "github.com/mattermost/platform/model"
"strings"
"testing"
+
+ "github.com/mattermost/platform/model"
)
func TestMsgCommands(t *testing.T) {