summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-22 14:27:01 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-29 07:45:12 -0400
commitb3168a6db8e9eb0cea57f117b0fee9a5cb440785 (patch)
treed60c2fbfa0092d4781fb9a0e2d4e644b13c94741 /store
parent2b4888d062d65546325470d2d9181f4a66a2fb00 (diff)
downloadchat-b3168a6db8e9eb0cea57f117b0fee9a5cb440785.tar.gz
chat-b3168a6db8e9eb0cea57f117b0fee9a5cb440785.tar.bz2
chat-b3168a6db8e9eb0cea57f117b0fee9a5cb440785.zip
fix indenting
Diffstat (limited to 'store')
-rw-r--r--store/sql_channel_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_channel_store.go b/store/sql_channel_store.go
index 0a1ea23fe..9f1e157d8 100644
--- a/store/sql_channel_store.go
+++ b/store/sql_channel_store.go
@@ -487,7 +487,7 @@ func (s SqlChannelStore) UpdateLastViewedAt(channelId string, userId string) Sto
ChannelMembers.MentionCount = 0,
ChannelMembers.MsgCount = Channels.TotalMsgCount,
ChannelMembers.LastViewedAt = Channels.LastPostAt,
- ChannelMembers.LastUpdateAt = Channels.LastPostAt
+ ChannelMembers.LastUpdateAt = Channels.LastPostAt
WHERE
Channels.Id = ChannelMembers.ChannelId
AND UserId = ?