fix indenting server

This commit is contained in:
Yaman Qalieh 2016-08-26 21:32:17 -04:00
parent 043d9b93a1
commit 87494ca71f

View File

@ -97,7 +97,9 @@ Meteor.publish('work', function() {
} else { } else {
Meteor.call('createProfile', this.userId); Meteor.call('createProfile', this.userId);
return classes.find({_id: null}); return classes.find({
_id: null
});
} }
} }