diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-06-02 00:44:21 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-06-02 00:44:21 +0300 |
commit | b9079e22d201e92e54275480fb6007d7d9900141 (patch) | |
tree | 4a60221bcde5c8226788e501ab3df16c533185db /matrix | |
parent | 134604edce935a0017b50c16687429e0b25248e6 (diff) |
Gofmt
Diffstat (limited to 'matrix')
-rw-r--r-- | matrix/matrix.go | 4 |
1 files changed, 2 insertions, 2 deletions
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. |