mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Remove excess white space
This commit is contained in:
@@ -91,7 +91,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
$scope.addGold = function(){
|
$scope.addGold = function(){
|
||||||
User.set({
|
User.set({
|
||||||
'stats.gp': User.user.stats.gp + 500,
|
'stats.gp': User.user.stats.gp + 500,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user