mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix more indenting
This commit is contained in:
@@ -543,7 +543,7 @@ func (s SqlChannelStore) UpdateNotifyLevel(channelId, userId, notifyLevel string
|
||||
ChannelMembers
|
||||
SET
|
||||
NotifyLevel = ?,
|
||||
LastUpdateAt = ?
|
||||
LastUpdateAt = ?
|
||||
WHERE
|
||||
UserId = ?
|
||||
AND ChannelId = ?`,
|
||||
|
||||
Reference in New Issue
Block a user