From 86b70a1fc7059dd189720b6b4086f6309ec720bd Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Thu, 30 Jul 2020 12:05:38 -0400 Subject: [PATCH] chat: go fmt --- chat/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/command.go b/chat/command.go index fe9355e..1869685 100644 --- a/chat/command.go +++ b/chat/command.go @@ -5,9 +5,9 @@ package chat import ( "errors" "fmt" + "sort" "strings" "time" - "sort" "github.com/shazow/ssh-chat/chat/message" "github.com/shazow/ssh-chat/internal/sanitize"