aboutsummaryrefslogtreecommitdiff
path: root/matrix/rooms/room.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-23 00:04:10 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-23 00:04:10 +0300
commitea965766b4cac0fc9e4df7babe2347cfcf850b9b (patch)
tree3d7a567ead256deef1991407ba84ad9bb52948e4 /matrix/rooms/room.go
parentfafc7f55be8c206d52de72522645091dd7a73b03 (diff)
Gofmt and enable a test
Diffstat (limited to 'matrix/rooms/room.go')
-rw-r--r--matrix/rooms/room.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/rooms/room.go b/matrix/rooms/room.go
index c10a2fd..99c9a66 100644
--- a/matrix/rooms/room.go
+++ b/matrix/rooms/room.go
@@ -27,7 +27,7 @@ import (
type RoomNameSource int
const (
- ExplicitRoomName RoomNameSource = iota
+ ExplicitRoomName RoomNameSource = iota
CanonicalAliasRoomName
AliasRoomName
MemberRoomName