Code style formatting

This commit is contained in:
Sahat Yalkabov
2014-02-14 10:54:03 -05:00
parent a224af8dfe
commit b64ba9bfa5

View File

@ -57,7 +57,7 @@ userSchema.methods.gravatar = function(size, defaults) {
if (!size) size = 200;
if (!defaults) defaults = 'retro';
if(!this.email) {
if (!this.email) {
return 'https://gravatar.com/avatar/?s=' + size + '&d=' + defaults;
}