fix more indenting

This commit is contained in:
JoramWilander
2015-06-22 14:27:35 -04:00
parent b3168a6db8
commit 5ebeaffe64

View File

@@ -543,7 +543,7 @@ func (s SqlChannelStore) UpdateNotifyLevel(channelId, userId, notifyLevel string
ChannelMembers
SET
NotifyLevel = ?,
LastUpdateAt = ?
LastUpdateAt = ?
WHERE
UserId = ?
AND ChannelId = ?`,