mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -460,7 +460,7 @@ var utils = require('../public/src/utils');
|
||||
return notifications;
|
||||
}
|
||||
|
||||
switch(mergeId) {
|
||||
switch (mergeId) {
|
||||
// intentional fall-through
|
||||
case 'notifications:upvoted_your_post_in':
|
||||
case 'notifications:user_started_following_you':
|
||||
|
||||
Reference in New Issue
Block a user