aboutsummaryrefslogtreecommitdiff
path: root/config
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 /config
parent134604edce935a0017b50c16687429e0b25248e6 (diff)
Gofmt
Diffstat (limited to 'config')
-rw-r--r--config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go
index 616b134..09e7f0d 100644
--- a/config/config.go
+++ b/config/config.go
@@ -21,13 +21,13 @@ import (
"os"
"path/filepath"
+ "encoding/json"
"gopkg.in/yaml.v2"
"maunium.net/go/gomatrix"
"maunium.net/go/gomuks/debug"
"maunium.net/go/gomuks/matrix/pushrules"
"maunium.net/go/gomuks/matrix/rooms"
"strings"
- "encoding/json"
)
type AuthCache struct {