Remove excess white space

This commit is contained in:
Blade Barringer
2015-09-12 22:34:58 -05:00
parent dab6b555c4
commit 14fabfbe40

View File

@@ -91,7 +91,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
});
}
$scope.addGold = function(){
User.set({
User.set({
'stats.gp': User.user.stats.gp + 500,
});
}