Update formatting for style consistency

This commit is contained in:
Sahat Yalkabov
2014-02-03 19:07:17 -05:00
parent cf4b87988b
commit 153d7254ad

View File

@ -50,8 +50,9 @@ userSchema.methods.comparePassword = function(candidatePassword, cb) {
}; };
/** /**
* Get a url to a User's Gravatar email * Get a URL to a user's Gravatar email.
*/ */
userSchema.methods.gravatar = function(size, defaults) { userSchema.methods.gravatar = function(size, defaults) {
if (!size) size = 200; if (!size) size = 200;
if (!defaults) defaults = 'retro'; if (!defaults) defaults = 'retro';