fix(lint): Add missing semicolons

This commit is contained in:
Blade Barringer
2016-06-18 12:07:30 -05:00
parent 7c08563937
commit ea5a148add
+2 -2
View File
@@ -12,8 +12,8 @@ describe('shared.fns.autoAllocate', () => {
user.stats.toObject = function () {
let obj = JSON.parse(JSON.stringify(this));
return obj
}
return obj;
};
});
context('flat allocation mode', () => {