Code style fixes (2)

This commit is contained in:
NGPixel 2016-10-17 19:56:05 -04:00
parent 9454065ab9
commit 1cb09eb56b
3 changed files with 3 additions and 3 deletions

View File

@ -233,7 +233,7 @@ module.exports = {
throw new Error(errorMsg); throw new Error(errorMsg);
} }
return true; return true;
}) });
}, },

View File

@ -234,7 +234,7 @@ module.exports = {
}); });
}) });
} }
} }

View File

@ -143,7 +143,7 @@ module.exports = {
return self.deleteUploadsFileTry(f, 0); return self.deleteUploadsFileTry(f, 0);
} }
return true; return true;
}) });
}, },
deleteUploadsFileTry(f, attempt) { deleteUploadsFileTry(f, attempt) {