aboutsummaryrefslogtreecommitdiff
path: root/matrix
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-06-02 00:44:21 +0300
committerTulir Asokan <tulir@maunium.net>2018-06-02 00:44:21 +0300
commitb9079e22d201e92e54275480fb6007d7d9900141 (patch)
tree4a60221bcde5c8226788e501ab3df16c533185db /matrix
parent134604edce935a0017b50c16687429e0b25248e6 (diff)
Gofmt
Diffstat (limited to 'matrix')
-rw-r--r--matrix/matrix.go4
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.