mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
ESlint space-in-parens, block-spacing
This commit is contained in:
@@ -312,9 +312,9 @@ var middleware;
|
||||
}
|
||||
|
||||
pluginArray.sort(function (a, b) {
|
||||
if (a.name > b.name ) {
|
||||
if (a.name > b.name) {
|
||||
return 1;
|
||||
} else if (a.name < b.name ) {
|
||||
} else if (a.name < b.name) {
|
||||
return -1;
|
||||
} else {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user