summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-22 14:27:35 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-29 07:45:12 -0400
commit5ebeaffe643e111222bf613972d4d3ce16d0d6ae (patch)
tree554a8b3dba1a7eeb2b1ba8f3ce5a23067c5daaf1 /store
parentb3168a6db8e9eb0cea57f117b0fee9a5cb440785 (diff)
downloadchat-5ebeaffe643e111222bf613972d4d3ce16d0d6ae.tar.gz
chat-5ebeaffe643e111222bf613972d4d3ce16d0d6ae.tar.bz2
chat-5ebeaffe643e111222bf613972d4d3ce16d0d6ae.zip
fix more 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 9f1e157d8..07e39df34 100644
--- a/store/sql_channel_store.go
+++ b/store/sql_channel_store.go
@@ -543,7 +543,7 @@ func (s SqlChannelStore) UpdateNotifyLevel(channelId, userId, notifyLevel string
ChannelMembers
SET
NotifyLevel = ?,
- LastUpdateAt = ?
+ LastUpdateAt = ?
WHERE
UserId = ?
AND ChannelId = ?`,