diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-05-22 17:24:47 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-05-22 17:24:47 +0300 |
commit | cc28c7b65f9aa53a6bb1f0162f6124e1ad5edac2 (patch) | |
tree | dda36235956309fc4fb514632a3ab7cdd18b4abd /matrix/rooms | |
parent | cce79ab7d8481a06054166049876c8a2cbb3418f (diff) |
Gofmt
Diffstat (limited to 'matrix/rooms')
-rw-r--r-- | matrix/rooms/room.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix/rooms/room.go b/matrix/rooms/room.go index 8a543e8..598f0ea 100644 --- a/matrix/rooms/room.go +++ b/matrix/rooms/room.go @@ -22,10 +22,10 @@ import ( "sync" "time" + "encoding/gob" "maunium.net/go/gomatrix" "maunium.net/go/gomuks/debug" "os" - "encoding/gob" ) func init() { @@ -36,7 +36,7 @@ func init() { type RoomNameSource int const ( - ExplicitRoomName RoomNameSource = iota + ExplicitRoomName RoomNameSource = iota CanonicalAliasRoomName AliasRoomName MemberRoomName |