From b9079e22d201e92e54275480fb6007d7d9900141 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 2 Jun 2018 00:44:21 +0300 Subject: Gofmt --- matrix/matrix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'matrix') diff --git a/matrix/matrix.go b/matrix/matrix.go index 556df4e..654f081 100644 --- a/matrix/matrix.go +++ b/matrix/matrix.go @@ -30,6 +30,8 @@ import ( "strings" "time" + "crypto/tls" + "encoding/json" "gopkg.in/russross/blackfriday.v2" "maunium.net/go/gomatrix" "maunium.net/go/gomuks/config" @@ -38,8 +40,6 @@ import ( "maunium.net/go/gomuks/lib/bfhtml" "maunium.net/go/gomuks/matrix/pushrules" "maunium.net/go/gomuks/matrix/rooms" - "crypto/tls" - "encoding/json" ) // Container is a wrapper for a gomatrix Client and some other stuff. -- cgit v1.2.3