ESlint space-in-parens, block-spacing

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:21:34 -07:00
parent b1b486f729
commit 532951c24f
17 changed files with 67 additions and 67 deletions

View File

@@ -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;